-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Fleet] Only enable secret storage once all fleet servers are above 8.10.0 #163627
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
juliaElastic
merged 19 commits into
elastic:main
from
hop-dev:157456-secrets-min-fleet-server-check
Aug 14, 2023
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
e556111
only enable secret storage if all fleet servers are 8.10.0 or greater
hop-dev f5acad2
fix tests
hop-dev 2402654
fix policy secret tests
hop-dev 8b7a337
fix deleting when index doesn't exist
hop-dev 7d65880
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
kibanamachine e1dde30
remove test index from config
hop-dev 96fbdb2
remove test code
hop-dev 8763166
Merge branch 'main' into 162732-secrets-tests
hop-dev 367ae41
Merge branch 'main' into 157456-secrets-min-fleet-server-check
hop-dev 20cdbe6
Merge branch '162732-secrets-tests' into 157456-secrets-min-fleet-ser…
hop-dev 3666548
fix bug moving from plain secret vals to secret references
hop-dev 97a9c4c
integration tests
hop-dev 7d3c548
Merge branch 'main' into 157456-secrets-min-fleet-server-check
hop-dev c298bd2
[CI] Auto-commit changed files from 'node scripts/check_mappings_upda…
kibanamachine 25e2306
review comments
juliaElastic 6ba24ec
Merge branch 'main' into 157456-secrets-min-fleet-server-check
juliaElastic 796d6a0
fix integration tests
juliaElastic c7ffd74
fix core test
juliaElastic d96e5cd
revert index:false
juliaElastic 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
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.
nit: I do not think we want to search on that so we can probably add
index: falseThere 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.
that's weird, getting an error in ci build about this, even though the mapping was added in this pr: