@Target(TYPE)
@Retention(RUNTIME)
@Import(Registrar.class)
@Documented
public @interface ConjurPropertySources
The @ConjurPropertySources annotation allows you to specify the root of a single or multiple policies to look up.
The Spring Boot Plugin routes the look up to Conjur through the Conjur Spring Boot SDK and a REST API that we expose.
Using @ConjurPropertySources in conjunction with @Configuration classes is required.
The names of secrets, passwords, and user IDs all remain as originally specified.