Re: Set admin password through variable

2023-06-01 Thread Lorenzo Di Cola
Hello Michele, I'm glad about your interest in Apache Syncope! In Syncope, Admin credential, as per documentation [1], is set into a property file, in core.properties exactly. If you want to use an environment variable, I think you can use the Spring Boot configuration for environment variables

Set admin password through variable

2023-06-01 Thread Michele Andreoli
Hi! Is there a way to set the superadmin password of Syncope 3 without recompiling the source code? For example an env variable (that I can put into a docker-compose). Actually I don't find any way except changing the password inside the pom.xml of the source code. Thank you. -- *Michele