Re: file permissions changed in docker registry

2018-07-05 Thread Tim Dudgeon
I hit this problem again, this time with the cassandra pod for Hawkular metrics. This has been running without problem for some months, but now I found that the cassandra pod could not start because of file permissions writing to the /cassandra_data/data directory. Looking at that directory

Utilizing Jenkins linter with Jenkins hosted within OpenShift

2018-07-05 Thread Andrew Feller
I imagine developers leveraging Jenkins declarative linter from Jenkins hosted within OpenShift is more difficult because OpenShift is handling identity management, but has anyone had luck with supporting this? I realize the nature of Jenk

Re: Utilizing Jenkins linter with Jenkins hosted within OpenShift

2018-07-05 Thread Gabe Montero
We support passing in a valid OpenShift token as a bearer token with curl requests against a deployment of the OpenShift Jenkins image. You should be able to leverage the curl based accessed noted at the link you posted. See https://github.com/openshift/jenkins-openshift-login-plugin#non-browser-

Re: file permissions changed in docker registry

2018-07-05 Thread Ben Parees
I forwarded your problem on to our storage team lead, he had the following suggestions: "I believe they will want to fiddle with the fsGroup or supplementalGroup so that it matches the GID of the cassandra user and make sure those GIDs are in the SCC ranges for the pod." He also recommended you c

Re: file permissions changed in docker registry

2018-07-05 Thread Tim Dudgeon
OK, I'll create an issue for this. Though my comment is that both of the systems involved (docker registry and Hawkular metrics) are core parts of openshift so I would hole that no "fiddling" would be needed. On 05/07/18 15:57, Ben Parees wrote: I forwarded your problem on to our storage tea