-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sharing Outpost #363
Comments
You can reference multiple providers via the |
Sure thing I can put as much providers in the outpost when I create it, but I cannot add more afterward.
Currently, as a workaround, i'm using restapi provider in tandem with the http provider to work around this :
note the conditionnal concatenation of the arrays. |
Current implementation for the authentik layer (only using the http provider and the authentik one) :
Note that the ressource |
So in my opinion, if that workflow was to be supported, the requierement would be :
that's my opinion, nothing more, and, as seen above I have a working implementation so :P |
Outpost cost ressources (since they are create deployments).
Authentik clearly allow to share an outpost between many provider/application.
Yet I don't see a single way to do this using this provider.
The official kubernetes provider allow to modify existing object using :
https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/labels
Something related to this would help a lot.
a bit related to #341 or #310.
But the options of creating a new outpost for every application willing to use authentik is clearly not viable.
The text was updated successfully, but these errors were encountered: