feat: add terraforming of authentik
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
@@ -314,6 +314,15 @@ in
|
||||
(import ./containers-terraform-proxmox.nix { inherit config tools lib; })
|
||||
(import ./containers-terraform-authentik.nix { inherit config tools lib; })
|
||||
];
|
||||
tf.data.authentik_outpost.embedded = {
|
||||
name = "authentik Embedded Outpost";
|
||||
};
|
||||
tf.data.authentik_flow.default-authorization-flow = {
|
||||
slug = "default-provider-authorization-implicit-consent";
|
||||
};
|
||||
tf.data.authentik_flow.default-invalidation-flow = {
|
||||
slug = "default-provider-invalidation-flow";
|
||||
};
|
||||
|
||||
nixosModule = lib.mapAttrs (
|
||||
container: def:
|
||||
|
||||
Reference in New Issue
Block a user