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"

View file

@ -1,7 +1,5 @@
AUTHENTIK_URL=https://auth.fukurokuju.dev
AUTHENTIK_TOKEN=
TF_VAR_argo_workflows_client_id=
TF_VAR_argo_workflows_client_secret=
TF_VAR_firezone_client_id=
TF_VAR_firezone_client_secret=
TF_VAR_gitea_client_id=
@ -10,3 +8,5 @@ TF_VAR_miniflux_client_id=
TF_VAR_miniflux_client_secret=
TF_VAR_portainer_client_id=
TF_VAR_portainer_client_secret=
TF_VAR_paperless_client_id=
TF_VAR_paperless_client_secret=