-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Remove uniqueness constraint for API key name and make it optional #47549
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
Remove uniqueness constraint for API key name and make it optional #47549
Conversation
|
@elasticmachine run elasticsearch-ci/2 |
|
Hi @jkakavas Could you please review when you get some time, I would like to get this in for 7.5. Thank you for your time. |
jkakavas
left a comment
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, don't forget to disable BWC tests in build.gradle before merging this
...k/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ApiKeyIntegTests.java
Show resolved
Hide resolved
Co-Authored-By: Ioannis Kakavas <[email protected]>
Co-Authored-By: Ioannis Kakavas <[email protected]>
Disable BWC for elastic#47549 Once it is merged and backported I will re-enable it.
|
@elasticmachine run elasticsearch-ci/packaging-sample-matrix |
Disable BWC for #47549 Once it is merged and backported I will re-enable it.
…lastic#47549) Since we cannot guarantee the uniqueness of the API key `name` this commit removes the constraint and makes this field optional. Closes elastic#46646
Disable BWC for elastic#47549 Once it is merged and backported I will re-enable it.
…lastic#47549) Since we cannot guarantee the uniqueness of the API key `name` this commit removes the constraint and makes this field optional. Closes elastic#46646
|
Pinging @elastic/es-security (:Security/Security) |
Since we cannot guarantee the uniqueness of the API key
namethis commit removes the constraint and makes this field optional.Closes #46646