Add pre-defined default label to all containers #4747
devdilson
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to have a tighter integration with identity providers such as Authentik, which relies on docker compose labels to implement routing and forward auth to containers.
Coolify would offer the possibility to include user defined labels to all containers by default.
For example, in order to implement traefik forward auth I have to add the following label to all protected containers, otherwise they are publicly available by default:
My dynamic middleware:
The custom label I would like to apply by all containers by default.
Forgoting to include this label could create a security problem, as the container would be publicly exposed without the forward auth.
I couldn't find other way to implement this feature, so I apologize if it already exists.
Beta Was this translation helpful? Give feedback.
All reactions