-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Allow users to Update API Keys #146237
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
Merged
kc13greiner
merged 29 commits into
elastic:main
from
kc13greiner:feature/api_keys_update
Dec 14, 2022
Merged
Allow users to Update API Keys #146237
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
46710bc
Let users update API Keys
kc13greiner e1478f0
Adding tests and readonly
kc13greiner d946bfe
Removing debugging logs
kc13greiner 96fd016
Fixing message formatting
kc13greiner 61a22e7
Adding braces around sub value
kc13greiner 4658de1
Fixing translations
kc13greiner 1d493ce
plugin test fix
kc13greiner 1187d80
Changing other message IDs
kc13greiner 912f5dd
Merge branch 'main' into feature/api_keys_update
kc13greiner 38245c7
Merge branch 'main' into feature/api_keys_update
kc13greiner 227d11d
Updating API Key docs
kc13greiner 0e27f9e
Fixing error message title and adding API test
kc13greiner c3d819d
Fixing for ES validations
kc13greiner 6626a74
Fixing values sent and username when updating/viewing
kc13greiner 9da296b
Merge branch 'main' into feature/api_keys_update
kc13greiner 6084e4d
Fixing API test
kc13greiner d317cd4
Removing unused services
kc13greiner 7b27465
PR Review feedback
kc13greiner f1b81f2
Update docs/user/security/api-keys/index.asciidoc
kc13greiner cb41247
Update docs/user/security/api-keys/index.asciidoc
kc13greiner 337988e
Adding docs update about readonly mode
kc13greiner f23230a
Merge branch 'main' into feature/api_keys_update
kc13greiner 1a8c8f7
Changes for PR feedback
kc13greiner 200e57e
Merge branch 'main' into feature/api_keys_update
kc13greiner 1a10fc8
Fixing test
kc13greiner 92079c8
Merge branch 'main' into feature/api_keys_update
kc13greiner 9ecb176
Merge branch 'main' into feature/api_keys_update
kibanamachine 5eacf4a
Merge branch 'main' into feature/api_keys_update
kc13greiner cb5cc5a
Merge branch 'main' into feature/api_keys_update
kc13greiner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
This seems to also be true if you have the 'read_sec' permission and access to the API key's screen (via kibana admin or viewer role)?
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.
Great catch! I've added a line in the docs to reference the
readonlyview. @gchaps Would you mind reviewing the new sentence I added?