diff --git a/share/authentik/index.yaml b/share/authentik/index.yaml index a6843cd..f13a966 100644 --- a/share/authentik/index.yaml +++ b/share/authentik/index.yaml @@ -6,50 +6,65 @@ metadata: name: authentik description: authentik is an open-source Identity Provider focused on flexibility and versatility options: - domain-name: - default: your_company.com - examples: - - your_company.com - type: string - image: - default: - project: goauthentik - pullPolicy: IfNotPresent - registry: ghcr.io - repository: goauthentik/server - tag: 2023.5.4 - examples: - - project: goauthentik - pullPolicy: IfNotPresent - registry: ghcr.io - repository: goauthentik/server - tag: 2023.5.4 - properties: - project: - default: goauthentik - type: string - pullPolicy: - default: IfNotPresent - type: string - registry: - default: ghcr.io - type: string - repository: - default: goauthentik/server - type: string - tag: - default: 2023.5.4 - type: string - type: object sub-domain: default: auth examples: - auth type: string - issuer: - default: letsencrypt-prod + ingress-class: + default: traefik examples: - - letsencrypt-prod + - traefik + type: string + email: + default: + port: 587 + timeout: 30 + use_ssl: false + use_tls: false + examples: + - port: 587 + timeout: 30 + use_ssl: false + use_tls: false + properties: + port: + default: 587 + type: integer + timeout: + default: 30 + type: integer + use_ssl: + default: false + type: boolean + use_tls: + default: false + type: boolean + type: object + error_reporting: + default: + enabled: false + environment: k8s + send_pii: false + examples: + - enabled: false + environment: k8s + send_pii: false + properties: + enabled: + default: false + type: boolean + environment: + default: k8s + type: string + send_pii: + default: false + type: boolean + type: object + geoip: + default: /geoip/GeoLite2-City.mmdb + examples: + - /geoip/GeoLite2-City.mmdb type: string postgres: default: @@ -89,6 +104,11 @@ options: default: '14' type: string type: object + domain: + default: your-company + examples: + - your-company + type: string redis: default: exporter: @@ -122,41 +142,16 @@ options: default: 8Gi type: string type: object - domain: - default: your-company + domain-name: + default: your_company.com examples: - - your-company + - your_company.com type: string loglevel: default: info examples: - info type: string - email: - default: - port: 587 - timeout: 30 - use_ssl: false - use_tls: false - examples: - - port: 587 - timeout: 30 - use_ssl: false - use_tls: false - properties: - port: - default: 587 - type: integer - timeout: - default: 30 - type: integer - use_ssl: - default: false - type: boolean - use_tls: - default: false - type: boolean - type: object admin: default: email: auth-admin @@ -167,36 +162,41 @@ options: default: auth-admin type: string type: object - ingress-class: - default: traefik - examples: - - traefik - type: string - geoip: - default: /geoip/GeoLite2-City.mmdb - examples: - - /geoip/GeoLite2-City.mmdb - type: string - error_reporting: + image: default: - enabled: false - environment: k8s - send_pii: false + project: goauthentik + pullPolicy: IfNotPresent + registry: ghcr.io + repository: goauthentik/server + tag: 2023.5.4 examples: - - enabled: false - environment: k8s - send_pii: false + - project: goauthentik + pullPolicy: IfNotPresent + registry: ghcr.io + repository: goauthentik/server + tag: 2023.5.4 properties: - enabled: - default: false - type: boolean - environment: - default: k8s + project: + default: goauthentik + type: string + pullPolicy: + default: IfNotPresent + type: string + registry: + default: ghcr.io + type: string + repository: + default: goauthentik/server + type: string + tag: + default: 2023.5.4 type: string - send_pii: - default: false - type: boolean type: object + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string dependencies: - dist: null category: core diff --git a/share/authentik/postgresql.tf b/share/authentik/postgresql.tf index 84a0b68..39c2adc 100644 --- a/share/authentik/postgresql.tf +++ b/share/authentik/postgresql.tf @@ -8,7 +8,6 @@ locals { } resource "kubectl_manifest" "prj_pg" { - depends_on = [kubectl_manifest.prj_pre_migrate_pg] yaml_body = <<-EOF apiVersion: postgresql.cnpg.io/v1 kind: Cluster