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 826d208 commit c2fdfd6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
.getBeansOfType(com.cyberark.conjur.springboot.core.env.ConjurPropertySource.class).values();

if(beanFactory.getBeanNamesForType(SecretsApi.class).length == 0){
ConjurConnectionManager.getInstance();
beanFactory.registerSingleton("secretsApi", new SecretsApi());
}

Expand Down

0 comments on commit c2fdfd6

Please sign in to comment.