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

Always enable native realm #2038

Merged
merged 1 commit into from
Oct 22, 2019

Conversation

thbkrkr
Copy link
Contributor

@thbkrkr thbkrkr commented Oct 22, 2019

The native realm is only enabled by default if no other realms have
been defined. We explicitly enabled the file realm, which results in
the native realm getting disabled and preventing users from
authenticating using the credentials they create using the UI.

This commit ensures that the native realm is always enabled.

Resolves #2037.

The native realm is only enabled by default if no other realms have
been defined. We explicitly enabled the file realm, which results in
the native realm getting disabled and preventing users from
authenticating using the credentials they create using the UI.

This commit ensures that the native realm is always enabled.
@thbkrkr thbkrkr added >bug Something isn't working v1.0.0 labels Oct 22, 2019
Copy link
Contributor

@charith-elastic charith-elastic left a comment

Choose a reason for hiding this comment

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

LGTM

@thbkrkr thbkrkr merged commit 075529c into elastic:master Oct 22, 2019
@thbkrkr thbkrkr deleted the always-enable-native-realm branch October 31, 2019 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug Something isn't working v1.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable native realm in addition to the file realm
2 participants