You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue introduces 2 problems together with a PR solving them.
Clusters with security policy enabled often forbid the usage of root. Therefore it is necessary to add optional securityContext to all deployments and to wes ConfigMap.
If rabbitMQ deployment is restarted (e.g. due to cluster failure) rabbitMQ cookie has incorrect permissions after restart ( rw-rw---- instead of rw-------). This is solved by chmod in main container before calling rabbitmq.
The text was updated successfully, but these errors were encountered:
Issue introduces 2 problems together with a PR solving them.
Clusters with security policy enabled often forbid the usage of root. Therefore it is necessary to add optional
securityContext
to all deployments and to wesConfigMap
.If rabbitMQ deployment is restarted (e.g. due to cluster failure) rabbitMQ cookie has incorrect permissions after restart (
rw-rw----
instead ofrw-------
). This is solved by chmod in main container before calling rabbitmq.The text was updated successfully, but these errors were encountered: