Skip to content
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
merged 3 commits into from
Sep 9, 2024

Conversation

snazy
Copy link
Member

@snazy snazy commented Jun 3, 2024

No description provided.

@snazy snazy added this to the 1.0.0 milestone Jun 5, 2024
@snazy snazy force-pushed the secrets-impls branch 7 times, most recently from cfff958 to 8ed4df3 Compare June 6, 2024 15:29
@snazy snazy force-pushed the secrets-impls branch 3 times, most recently from 973308c to c009c6b Compare June 22, 2024 18:37
@snazy snazy force-pushed the secrets-impls branch 10 times, most recently from 8cc8ab8 to b6a7594 Compare June 27, 2024 17:27
@snazy snazy force-pushed the secrets-impls branch 3 times, most recently from 5a3b4da to a94351c Compare July 8, 2024 10:28
@snazy snazy force-pushed the secrets-impls branch 2 times, most recently from e8cf0e1 to db73994 Compare July 19, 2024 12:29
@snazy snazy force-pushed the secrets-impls branch 5 times, most recently from 95e5e80 to c1901a8 Compare August 18, 2024 13:46
@snazy snazy changed the title Add SecretsSupplier implementations for AWS, GCP, Vault Add SecretsProvider implementations for AWS, GCP, Vault Aug 18, 2024
@snazy snazy force-pushed the secrets-impls branch 2 times, most recently from 8cf5d64 to d2344e0 Compare August 27, 2024 12:44
@snazy snazy force-pushed the secrets-impls branch 2 times, most recently from 6ff59f2 to 07a0b9f Compare September 4, 2024 08:08
@snazy snazy force-pushed the secrets-impls branch 6 times, most recently from 629ff18 to 3a665e5 Compare September 9, 2024 11:44
@snazy snazy marked this pull request as ready for review September 9, 2024 14:06
@snazy snazy requested a review from dimas-b September 9, 2024 14:07
@snazy snazy modified the milestones: 1.0.0, 0.96.0 Sep 9, 2024
k -> {
@SuppressWarnings("unchecked")
Optional<Secret> loaded =
(Optional<Secret>) backend.getSecret(name, secretType, secretJavaType);
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@snazy snazy merged commit ff58d2b into projectnessie:main Sep 9, 2024
16 checks passed
@snazy snazy deleted the secrets-impls branch September 9, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants