Docs for authorization_realms#32765
Merged
tvernum merged 4 commits intoelastic:security-lookup-realmsfrom Aug 28, 2018
Merged
Conversation
Adds links to the "authorization_realms" (Delegating authorization to another realm) section to each of the applicable realms, and adds the "authorization_realms" setting to the list of realm settings.
Collaborator
|
Pinging @elastic/es-security |
Collaborator
|
Pinging @elastic/es-docs |
Contributor
Author
@elasticmachine run gradle build tests 😿 |
Contributor
|
I updated the links in this PR to reflect changes I made in elastic/stack-docs#100 |
lcawl
reviewed
Aug 16, 2018
| `authorization_realms`:: | ||
| The names of the realms that should be consulted for delegate authorization. | ||
| If this setting is used, then the LDAP realm does not perform role mapping and | ||
| instead loads the user from the listed realms. |
Contributor
There was a problem hiding this comment.
Should we also mention that the order of the items in this value is important? i.e. the realms are tried in the order specified here?
lcawl
approved these changes
Aug 16, 2018
Contributor
lcawl
left a comment
There was a problem hiding this comment.
I added one comment but otherwise LGTM
bizybot
approved these changes
Aug 24, 2018
Contributor
bizybot
left a comment
There was a problem hiding this comment.
LGTM, I will update the documentation for Kerberos to add support for authorization_realms. Thank you.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds links to the "authorization_realms" (Delegating authorization to
another realm) section to each of the applicable realms, and adds the
"authorization_realms" setting to the list of realm settings.
Depends on: elastic/stack-docs#100