feat: remove argo workflows

This commit is contained in:
cătălin 2024-08-03 14:58:40 +02:00
commit ce8747472c
No known key found for this signature in database
5 changed files with 2 additions and 111 deletions

View file

@ -27,19 +27,6 @@ resource "authentik_group" "admins" {
is_superuser = true
}
module "argo-workflows" {
source = "../modules/authentik-oidc"
app_name = "Argo Workflows"
app_slug = "argo-workflows"
client_id = var.argo_workflows_client_id
client_secret = var.argo_workflows_client_secret
app_access_group_id = authentik_group.ci.id
redirect_uris = ["https://ci.fuku/oauth2/callback"]
app_icon = "https://argoproj.github.io/icons/icon-512x512.png"
app_description = "Kubernetes-native workflow engine supporting DAG and step-based workflows"
app_publisher = "Argo Project"
app_url = "https://ci.fuku"
}
module "firezone" {
source = "../modules/authentik-oidc"