This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Kms module #47
Merged
Merged
Kms module #47
Changes from 12 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
28e699a
kms now own module
chris-giblin 98749f8
import kms classes from kms module, use SPI
chris-giblin 49ef0ae
use SPI pattern to create KMS instance
chris-giblin 3e34123
use SPI pattern to create KMS instance
chris-giblin 1b01bc5
adjust test json for latest field names
chris-giblin 1dfd9ac
include kms dependency, add spot bugs
chris-giblin f54553e
add kms dependency, remove unused dependency, add spotbugs
chris-giblin 0e4887d
add test kms for testing
chris-giblin c8e6f6d
declare kms, kms-test submodules. minor edits
chris-giblin 743cc57
update dependency on kms-test
chris-giblin a77494f
add fat jar plugin back in
chris-giblin 4751333
add module for test kms
chris-giblin 36d5688
Add hint for solving KMS conflict exception
chris-giblin 4dc0841
add locale for toLower
chris-giblin 805ba8e
fix iterator, use getOrDefault
chris-giblin 0cdf02e
Add mention of serviceloader to javadoc
chris-giblin fe5614a
drop Iterator, use case-sensitive factory names, touch up constants
chris-giblin 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 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
13 changes: 0 additions & 13 deletions
13
encmod/src/main/java/io/strimzi/kafka/topicenc/kms/KeyMgtSystem.java
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
encmod/src/main/java/io/strimzi/kafka/topicenc/kms/KmsFactory.java
This file was deleted.
Oops, something went wrong.
140 changes: 0 additions & 140 deletions
140
encmod/src/main/java/io/strimzi/kafka/topicenc/kms/VaultKms.java
This file was deleted.
Oops, something went wrong.
This file contains 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 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 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.
The default locale will depend on the runtime machine. You need to use a constant locale, like
Locale.ROOT
orLocale.ENGLISH
to have consistent behaviour.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 have created issue #50 for how Local is consistently managed and specified.