Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keycloak jgroups-aws configuration #23

Open
mrexojo opened this issue Nov 16, 2018 · 0 comments
Open

Keycloak jgroups-aws configuration #23

mrexojo opened this issue Nov 16, 2018 · 0 comments

Comments

@mrexojo
Copy link

mrexojo commented Nov 16, 2018

Hi,
I'm trying config keycloak on ha mode with jgroups-aws without success.
I have compiled keycloak with maven adding the dependency of jgroups-aws, but I don't know if I have to do any other config before or after. (compilation results seems correct, but I don't know the correct steps for add this function)
What's xml section of configuration I must replace TCPPING? on keycloak on this case, I only view this section for replace it with :

 <subsystem xmlns="urn:jboss:domain:jgroups:6.0">
<stack name="tcp">
                    <transport type="TCP" socket-binding="jgroups-tcp"/>
                    <socket-protocol type="MPING" socket-binding="jgroups-mping"/>
                    <protocol type="MERGE3"/>
                    <protocol type="FD_SOCK"/>
                    <protocol type="FD_ALL"/>
                    <protocol type="VERIFY_SUSPECT"/>
                    <protocol type="pbcast.NAKACK2"/>
                    <protocol type="UNICAST3"/>
                    <protocol type="pbcast.STABLE"/>
                    <protocol type="pbcast.GMS"/>
                    <protocol type="MFC"/>
                    <protocol type="FRAG3"/>
                </stack>
            </stacks>
        </subsystem>

but the error says:


> OPVDX001: Validation error in standalone-ha.xml --------------------------------
> |
> |  339:                     <com.meltmedia.jgroups.aws.AWS_PING
> |                           ^^^^ 'com.meltmedia.jgroups.aws.AWS_PING' isn't an allowed element here
> |
> |                                Elements allowed here are:
> |                                  auth-protocol              relay
> |                                  encrypt-protocol           socket-discovery-protocol
> |                                  jdbc-protocol              socket-protocol
> |                                  protocol                   transport

The aws credentials must set on this section?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant