Install Parameters vs Runtime Parameters

Ilya Rumyantsev iliggio at gmx.de
Wed Nov 14 10:29:36 EST 2018


Hi @all, I am building an automated IDP installation based on docker.

Everywhere I have looked I found the following properties necessary to run install.sh:

idp.target.dir
idp.host.name
idp.keystore.password
idp.scope
idp.merge.properties
idp.src.dir
idp.sealer.password

idp.entityID
idp.sealer.storePassword
idp.sealer.keyPassword


As far as I can see `idp.host.name`, `idp.scope` and `idp.entityID` are runtime parameters, i.e. not necessary for the build.
If i just use some dummy values there, will I be able to override those dummy values by configuration files or are they baked
into the idp.war?

Thanks a lot
Ilya


More information about the users mailing list