-
Notifications
You must be signed in to change notification settings - Fork 257
Add token based authn documentation in stack docs #195
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
Add token based authn documentation in stack docs #195
Conversation
This commit adds documentation for token based authentication services like token-service and api-key-service.
docs/en/stack/security/authentication/token-authentication-services.asciidoc
Show resolved
Hide resolved
docs/en/stack/security/authentication/token-authentication-services.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/stack/security/authentication/token-authentication-services.asciidoc
Outdated
Show resolved
Hide resolved
Co-Authored-By: bizybot <[email protected]>
Co-Authored-By: bizybot <[email protected]>
- add example usage for Authorization headers of Bearer and ApiKey schemes
…uthn-services-documentation
docs/en/stack/security/authentication/token-authentication-services.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/stack/security/authentication/token-authentication-services.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/stack/security/authentication/token-authentication-services.asciidoc
Outdated
Show resolved
Hide resolved
I'm fine with the content, but I will let @lcawl have the final say |
Co-Authored-By: bizybot <[email protected]>
Co-Authored-By: bizybot <[email protected]>
Co-Authored-By: bizybot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM too granted that @lcawl is satisfied :)
docs/en/stack/security/authentication/token-authentication-services.asciidoc
Outdated
Show resolved
Hide resolved
I copied the intro from the new token-based authentication page to the existing "realms" page too. |
…uthn-services-documentation
docs/en/stack/security/authentication/token-authentication-services.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/stack/security/authentication/token-authentication-services.asciidoc
Outdated
Show resolved
Hide resolved
Co-Authored-By: bizybot <[email protected]>
Co-Authored-By: bizybot <[email protected]>
Co-Authored-By: bizybot <[email protected]>
Co-Authored-By: bizybot <[email protected]>
Co-Authored-By: bizybot <[email protected]>
Hi @lcawl, I have accepted your suggested changes and addressed the review comments. |
docs/en/stack/security/authentication/token-authentication-services.asciidoc
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and builds successfully
This commit adds documentation for token-based authentication services like token-service and api-key-service.
This commit adds documentation for token-based authentication services like token-service and api-key-service.
This commit adds documentation for token-based
authentication services like token-service and
api-key-service. The overview section mentions
the token-based authentication services and a separate
page has information on
token-service
andapi-key-service
mentioned in the order they are consulted for authentication.
The links for the API keys from Elasticsearch reference are not yet
on master but on the api-key-service feature branch.