Run Cyborg containers as cyborg user in the controlplane - #1155
Conversation
Currently, it's running as root (uid = 0) needlessly instead of as cyborg user. This patch sets both the dbsync, conductor and api to run as cyborg user. Signed-off-by: Alfredo Moralejo <amoralej@redhat.com>
|
Build failed (check pipeline). Post ❌ openstack-meta-content-provider FAILURE in 11m 07s |
|
check-rdo |
|
Build failed (check pipeline). Post ✔️ openstack-meta-content-provider SUCCESS in 3h 01m 46s |
|
check-rdo |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amartyasinha, amoralej, SeanMooney The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
c258a14
into
openstack-k8s-operators:main
Currently, it's running as root (uid = 0) needlessly instead of as cyborg user.
This patch sets both the dbsync, conductor and api to run as cyborg user.