-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added facl to solve permission problems on openshift. #9
base: master
Are you sure you want to change the base?
Added facl to solve permission problems on openshift. #9
Conversation
I think we should at least comment somewhere that this will not work with AUFS storage drive as it doesn't support ACL. Also ACLs has to be enabled in kernel and FS mounted with acl options (some do it by default). This is probably OK for big distribution like centos/fedora - but we should test this change on CoreOS and sou probably? |
I can add a comment to docker file for aufs. How would you recommend testing coreos and sou this? The core issue i found was that the ownership and home directory assignment on /opt/jboss, does not guarantee that all the later files will be created as jboss user, hence the permission issue with keycloak as seen
|
ping @L-D-J |
This solves permission issues for running containers on openshift that use this image as their base, such as the keycloak containers. The fact that it works has been validated as shown below:
keycloak server (https://github.com/jboss-dockerfiles/keycloak/tree/master/server) on openshift origin logs :