Open pmauduit opened 2 months ago
Reading the following class: https://github.com/georchestra/georchestra-cas-server/blob/master/src/main/java/org/georchestra/cas/MessagesConfiguration.java I have the feeling that we are trying "to do something against what the framework provides us", and it does not read very "spring-ish":
CommandLineRunner
Also I think that the password rotation policy would deserve some tests or at least a "use-case docker composition" into the dedicated repository.
FTR, PR which introduced the change is here: https://github.com/georchestra/georchestra-cas-server/pull/14
See above commit for a sample docker composition to try the feature out
Reading the following class: https://github.com/georchestra/georchestra-cas-server/blob/master/src/main/java/org/georchestra/cas/MessagesConfiguration.java I have the feeling that we are trying "to do something against what the framework provides us", and it does not read very "spring-ish":
CommandLineRunner
for a feature which sounds more as a customization of the templates,Also I think that the password rotation policy would deserve some tests or at least a "use-case docker composition" into the dedicated repository.