-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
Enhance Get Tokens API docs #45104
Enhance Get Tokens API docs #45104
Conversation
Add some details to make more obvious that neither `password` nor `client_credentials` grant types are designed to be used for self service user creation of tokens as this comes up quite often in forums and users trying to use them for that reason.
Pinging @elastic/es-docs |
Pinging @elastic/es-security |
@elasticmachine update branch |
@elasticmachine run elasticsearch-ci/2 |
Do we want to add a reference for API Keys as an alternative for the use cases that tokens are not intended to support? |
👍 I have a note to do this once #40031 is resolved. I didn't want to suggest API keys now when it still requires at least |
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
🤦♂️ @lcawl apologies, I saw the green tick and failed to see you haven't gone through it yet. I'll wait for your input before backporting this |
Add some details to make more obvious that neither
password
norclient_credentials
grant types are designed to be used for selfservice user creation of tokens as this comes up quite often in
forums and users trying to use them for that reason.
Resolves: #36946