Skip to content

Commit

Permalink
airbyte server: ignore aws secret manager value for default secret pe…
Browse files Browse the repository at this point in the history
…rsistence (#21468)
  • Loading branch information
mohitreddy1996 authored Jan 17, 2023
1 parent b58a951 commit 2abfdd6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public class SecretPersistenceBeanFactory {
pattern = "(?i)^(?!google_secret_manager).*")
@Requires(property = "airbyte.secret.persistence",
pattern = "(?i)^(?!vault).*")
@Requires(property = "airbyte.secret.persistence",
pattern = "(?i)^(?!aws_secret_manager).*")
@Named("secretPersistence")
public SecretPersistence defaultSecretPersistence(@Named("configDatabase") final Database configDatabase) {
return localTestingSecretPersistence(configDatabase);
Expand Down

0 comments on commit 2abfdd6

Please sign in to comment.