-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Consistent Secure Settings #40416
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
albertzaharovits
merged 57 commits into
elastic:master
from
albertzaharovits:consistent_settings
Jun 29, 2019
Merged
Consistent Secure Settings #40416
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
3d934fe
SettingsModule
albertzaharovits 8709b46
SettingsModule looking sharp ~
albertzaharovits 753fe03
Metadata looking sharp
albertzaharovits 05c3249
SettingsModule compute public hashes
albertzaharovits f5d7ea3
Get setting hashes to ClusterSettings
albertzaharovits 7594ab2
WIP
albertzaharovits c4cc9da
ConsistentSecureSettingsValidator
albertzaharovits 4547f9b
ConsistentSecureSettingsValidatorService
albertzaharovits beed446
Base64 hash
albertzaharovits 933041b
Index and Node scoped settings...
albertzaharovits 6caa042
Merge branch 'master' into consistent_settings
albertzaharovits 77711ed
Checkstyle
albertzaharovits cfa87c5
Merge branch 'master' into consistent_settings
albertzaharovits 2c7909f
Merge branch 'master' into consistent_settings
albertzaharovits 0d2d634
WIP
albertzaharovits ee6d259
WIP
albertzaharovits a118c8d
byte[] getSHA256Digest(String setting) throws GeneralSecurityException
albertzaharovits 92c08ed
SettingsModule
albertzaharovits 33ccb81
SecureSetting
albertzaharovits 26b1f45
ConsistentSettingsService
albertzaharovits e889da9
ConsistentSettingsService++
albertzaharovits 23d76af
ConsistentSettingsService++
albertzaharovits bed37c5
KeyStoreWrapperTests
albertzaharovits f685e27
SettingsModuleTests
albertzaharovits 0113646
Merge branch 'master' into consistent_settings
albertzaharovits 4d92566
Checkstyle
albertzaharovits e63ae25
Dumb checkstyle
albertzaharovits 2dedbe1
Nits
albertzaharovits 4386236
Merge branch 'master' into consistent_settings
albertzaharovits 220ef43
Merge branch 'master' into consistent_settings
albertzaharovits 3335dc9
WIP
albertzaharovits 84e2ba8
Javadocs
albertzaharovits cdb1bbd
Merge branch 'master' into consistent_settings
albertzaharovits b8ec087
Javadoc
albertzaharovits 42b7164
Merge branch 'master' into consistent_settings
albertzaharovits 9570159
Merge branch 'master' into consistent_settings
albertzaharovits 308efa3
Merge fallout
albertzaharovits fd9294c
Review part 1
albertzaharovits 3de5eef
Do not display "consistentHashes" in the API result
albertzaharovits 3760bfc
ConsistentSettings unit tests
albertzaharovits 39ad605
Merge branch 'master' into consistent_settings
albertzaharovits 86ee314
Review javadoc
albertzaharovits 77a6092
unused imports
albertzaharovits cb1e59b
comment code in test
albertzaharovits ec1975a
Merge branch 'master' into consistent_settings
albertzaharovits afa7b38
Merge branch 'master' into consistent_settings
albertzaharovits 827c5bc
Merge branch 'master' into consistent_settings
albertzaharovits 4d3cb04
Merge branch 'master' into consistent_settings
albertzaharovits 4040829
Merge branch 'master' into consistent_settings
albertzaharovits d257388
Change bwc strategy
albertzaharovits f6181db
Merge branch 'master' into consistent_settings
albertzaharovits 208f27d
Review
albertzaharovits f3dd7f0
truncate ConsistentSettingsIT
albertzaharovits d38f7a5
KeyStoreWrapperTests
albertzaharovits 7cee301
afix -> affix fallout
albertzaharovits e0600bb
Merge branch 'master' into consistent_settings
albertzaharovits a8f60eb
Merge branch 'master' into consistent_settings
albertzaharovits 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
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.
I've added this because, in this use case, the digest is used to obfuscate sensitive data so it should stay as a
char[]rather than aString.