Add ak-gatekeeper

This commit is contained in:
2024-10-08 16:41:52 +02:00
parent 47776ea7bf
commit 5dbc3bdea2
9 changed files with 262 additions and 0 deletions

6
ak-gatekeeper/outputs.tf Normal file
View File

@@ -0,0 +1,6 @@
output "provider_id" {
value = authentik_provider_proxy.app_proxy_provider.id
}
output "middleware" {
value = kubectl_manifest.middleware.name
}