openshift-s2i / s2i-wildfly

Source-to-Image template for WildFly applications
http://wildfly.org/
Other
73 stars 145 forks source link

jboss-cli local authentication does not work on OpenShift #163

Closed ppalaga closed 6 years ago

ppalaga commented 6 years ago

This is caused by the fact that the root group cannot access /wildfly/standalone/tmp/auth. It is solvable by adding X to the existing chmod -R ug+rw /wildfly thus changing it to chmod -R ug+rwX /wildfly.

A PR follows