jjethwa / rundeck

GNU General Public License v3.0
123 stars 137 forks source link

Upgrade to rundeck 3.0.1 #144

Closed wsoula closed 6 years ago

wsoula commented 6 years ago

They closed my PR changing the default profile since they reverted back to supporting the old style in 3.0.1: https://github.com/rundeck/rundeck/pull/3783 . I don't know if you want to change back or just leave it the new way, I think both should work. But I thought I'd open a PR with the version update.

jjethwa commented 6 years ago

Thanks @wsoula

I guess we should add the compatibility back in so we would need

JAAS_CONF="${JAAS_CONF:-$RDECK_CONFIG/jaas-loginmodule.conf}"

and

-Djava.security.auth.login.config=$JAAS_CONF

added back in. I'll go ahead and do that now 😄