Skip to content

Commit

Permalink
@ConjurPropertySource Not only applied to the properties of a class. F…
Browse files Browse the repository at this point in the history
…ixes cyberark#75
  • Loading branch information
bnasslahsen committed Apr 6, 2023
1 parent c2fdfd6 commit e650a87
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ ConjurValueClassProcessor conjurSecretValueClassProcessor() {
ConjurRetrieveSecretService conjurRetrieveSecretService() {
return new ConjurRetrieveSecretService();
}

@ConditionalOnMissingBean
@Bean
SecretsApi secretsApi() {
return new SecretsApi();
}

@ConditionalOnMissingBean
@Bean
Expand Down

0 comments on commit e650a87

Please sign in to comment.