Hello, Im running CAS 6.3 on openshift and I try to move all my sensitive attributes like password in a secret. I put every sensitive attribute in a secret and load them as environment variables. I have an issue with list as cas does not recognize them So for example my env variable is : CAS_AUTHN_PAC4J_SAML_0_KEYSTOREPASSWORD for cas.authn.pac4j.saml[0].keystore-password as documented here it should be ok like this: https://github.com/spring-projects/spring-boot/wiki/Relaxed-Binding-2.0#lists-1
But here's the error I get: [1;31m2021-12-13 12:07:31,777 ERROR [org.apereo.cas.web.flow.DelegatedClientIdentityProviderConfigurationFunction] - <keystorePassword cannot be blank> [m org.pac4j.core.exception.TechnicalException: keystorePassword cannot be blank Am I doing something wrong ? Second issue but I may misundertand the documentation https://apereo.github.io/cas/6.3.x/configuration/Configuration-Management.html#overview It says that cas.properties is loaded last: this mean that cas.properties override everything ? Thanks for your help ! Stéphane -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/626c27d8-c82d-4210-a2d7-3b5fa4fb8144n%40apereo.org.
