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
When using Confluence DC the entry point script depends on RBAC to be enabled. If its not possible to implement without, this is ok, but there is a way that doesnt depend on RBAC.
When using Confluence DC the entry point script depends on RBAC to be enabled. If its not possible to implement without, this is ok, but there is a way that doesnt depend on RBAC.
I've tested it with multitool.
The above will give us
If we scale it down again to 1, and run the host command, it still works
In the file
docker-entrypoint.sh
at line 149 we use curl to get healthy endpoints from the api server, though this requires rabc permissions to do so.It could be replaced with something like
Much more elegant, and with not RBAC needed.
The text was updated successfully, but these errors were encountered: