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

[WFCORE-2754] Port the sasl-mechanism selector attribute to the elytr… #2454

Closed
wants to merge 1 commit into from

Conversation

sguilhen
Copy link
Contributor

Copy link
Contributor

@darranl darranl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, one small change though - I think we should make the sasl mechanism selector attribute and the allow and forbid attributes all mutually exclusive to each other as the AuthenticationConfiguration now only allows one to be defined at a time.

Copy link

@hkalina hkalina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Except KERBEROS_SECURITY_FACTORY removing from attributes (which looks accidentally) looks ok for me.


static final AttributeDefinition[] AUTHENTICATION_CONFIGURATION_ALL_ATTRIBUTES = new AttributeDefinition[] { CONFIGURATION_EXTENDS, ANONYMOUS, AUTHENTICATION_NAME, AUTHORIZATION_NAME, HOST, PROTOCOL,
PORT, REALM, SECURITY_DOMAIN, ALLOW_ALL_MECHANISMS, ALLOW_SASL_MECHANISMS, FORBID_SASL_MECHANISMS, KERBEROS_SECURITY_FACTORY, MECHANISM_PROPERTIES, CREDENTIAL_REFERENCE };
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is KERBEROS_SECURITY_FACTORY removed here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It shouldn´t have been removed, good catch @honza889

@kabir
Copy link
Contributor

kabir commented May 23, 2017

Fixed up in #2455

@kabir kabir closed this May 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants