Bug #24325
Updated by Clark ANDRIANASOLO 9 months ago
There was a missing bean declaration, leading to an error at start-up : <pre><code> org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'oidcUserService' defined in class path resource [bootstrap/rudder/plugin/AuthBackendsSpringConfiguration.class]: U nsatisfied dependency expressed through method 'oidcUserService' parameter 3; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.normation.rudder .users.UserRepository' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {} at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:801) </code></pre>