-
Notifications
You must be signed in to change notification settings - Fork 136
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
Add SecretsProvider
implementations for AWS, GCP, Vault
#8707
Merged
Conversation
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
snazy
force-pushed
the
secrets-impls
branch
7 times, most recently
from
June 6, 2024 15:29
cfff958
to
8ed4df3
Compare
dimas-b
previously approved these changes
Jun 7, 2024
...crets/cache/src/main/java/org/projectnessie/catalog/secrets/cache/CachingSecretsBackend.java
Outdated
Show resolved
Hide resolved
snazy
force-pushed
the
secrets-impls
branch
3 times, most recently
from
June 22, 2024 18:37
973308c
to
c009c6b
Compare
snazy
force-pushed
the
secrets-impls
branch
10 times, most recently
from
June 27, 2024 17:27
8cc8ab8
to
b6a7594
Compare
snazy
force-pushed
the
secrets-impls
branch
3 times, most recently
from
July 8, 2024 10:28
5a3b4da
to
a94351c
Compare
snazy
force-pushed
the
secrets-impls
branch
2 times, most recently
from
July 19, 2024 12:29
e8cf0e1
to
db73994
Compare
snazy
force-pushed
the
secrets-impls
branch
5 times, most recently
from
August 18, 2024 13:46
95e5e80
to
c1901a8
Compare
snazy
changed the title
Add
Add Aug 18, 2024
SecretsSupplier
implementations for AWS, GCP, VaultSecretsProvider
implementations for AWS, GCP, Vault
snazy
force-pushed
the
secrets-impls
branch
2 times, most recently
from
August 27, 2024 12:44
8cf5d64
to
d2344e0
Compare
snazy
force-pushed
the
secrets-impls
branch
2 times, most recently
from
September 4, 2024 08:08
6ff59f2
to
07a0b9f
Compare
snazy
force-pushed
the
secrets-impls
branch
6 times, most recently
from
September 9, 2024 11:44
629ff18
to
3a665e5
Compare
dimas-b
reviewed
Sep 9, 2024
catalog/secrets/aws/src/main/java/org/projectnessie/catalog/secrets/aws/AwsSecretsManager.java
Outdated
Show resolved
Hide resolved
k -> { | ||
@SuppressWarnings("unchecked") | ||
Optional<Secret> loaded = | ||
(Optional<Secret>) backend.getSecret(name, secretType, secretJavaType); |
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.
backend.getSecret()
can block... Are we ok with that?
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.
yes
dimas-b
approved these changes
Sep 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.