-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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 API key settings documentation #38164
Conversation
We have documented in our get token API that the configured maximumvalue for token expiry is 1 hour but that was not enforced. This commit fixes the setting and adds some missing API key service settings documentation.
Pinging @elastic/es-security |
@elasticmachine run elasticsearch-ci/default-distro |
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.
We need to separate the token expiry change since it should probably be backported and is unrelated to API keys
x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/TokenService.java
Outdated
Show resolved
Hide resolved
- Created another PR for settings change in token service
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 Yogesh
Closing this in favor of #38490 to be merged to master. Thank you. |
This commit adds missing
API key service settings documentation.