Closed dacleyra closed 5 years ago
appears to be a timing issue between when SCC is created and build task is created.
maybe worth a troubleshooting note
The root cause is this issue
We would like to do this work as part of https://github.com/appsody/appsody/issues/96. Closing this issue.
Openshift 3.11
Service account is configured as
In one case, this is enough for build-task assemble-extract-step to access /var/run/docker.sock
In another case, access to docker.sock is denied until the following is added to build-task
Related https://danwalsh.livejournal.com/78373.html
The first case is an olded cluster, with some older selinux policy modules Either there was a security hole in case #1, or scc is not applying in case #2? not quite sure