feat: remove argo workflows
This commit is contained in:
parent
4181991164
commit
ce8747472c
5 changed files with 2 additions and 111 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue