Closed gangadhar01a closed 5 years ago
Hi @PowerSchill , I am sorry if you are the wrong person to be tagged here. Just want check is there way to update and add parameters in profile.
I need to update RDECK_HTTPS_PORT:-8090
and need to add -Djava.security.krb5.realm=hautelook.local -Djava.security.krb5.kdc=prod-adc2.hautelook.local export RDECK_JVM="$RDECK_JVM -Dcom.dtolabs.rundeck.jetty.jaas.LEVEL=DEBUG -Drundeck.ssl.config=/etc/rundeck/ssl/ssl.properties -Dserver.https.port=${RDECK_HTTPS_PORT} -Drundeck.jetty.connector.forwarded=true"
Thank you!
Nvm @PowerSchill , We have decided to run rundeck on port 4443 and using "custom_jvm_properties" required parameters updated in profile file.
Thank you!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hi,
Is there a way to update/add the parameters under profile?
I need to add/update the following param's
"-Djava.security.auth.login.config=/etc/rundeck/jaas-loginmodule.conf \ -Dloginmodule.name=ldap \ RDECK_HTTPS_PORT=${RDECK_HTTPS_PORT:-8090} -Djava.security.krb5.realm=hautelook.local -Djava.security.krb5.kdc=prod-adc2.hautelook.local export RDECK_JVM="$RDECK_JVM -Dcom.dtolabs.rundeck.jetty.jaas.LEVEL=DEBUG -Drundeck.ssl.config=/etc/rundeck/ssl/ssl.properties -Dserver.https.port=${RDECK_HTTPS_PORT} -Drundeck.jetty.connector.forwarded=true"