diff --git a/meta/domain-auth/index.yaml b/meta/domain-auth/index.yaml index d8e22bb..e7c26dd 100644 --- a/meta/domain-auth/index.yaml +++ b/meta/domain-auth/index.yaml @@ -6,7 +6,7 @@ metadata: name: domain-auth description: null options: - authentik-ldap: + authentik-forward: default: enable: false examples: @@ -16,7 +16,7 @@ options: default: false type: boolean type: object - employes: + clients: properties: apps: items: @@ -38,7 +38,7 @@ options: type: object type: array enable: - default: true + default: false type: boolean backups: default: @@ -70,45 +70,6 @@ options: default: backup-settings type: string type: object - distributions: - default: - core: core - domain: domain - examples: - - core: core - domain: domain - properties: - core: - default: core - type: string - domain: - default: domain - type: string - type: object - clients: - properties: - apps: - items: - type: string - type: array - divisions: - items: - properties: - apps: - items: - type: string - type: array - name: - type: string - teams: - items: - type: object - type: array - type: object - type: array - enable: - default: false - type: boolean storage-classes: default: BlockReadWriteMany: '' @@ -134,11 +95,75 @@ options: default: '' type: string type: object - domain-name: - default: your_company.com + authentik: + default: + enable: true examples: - - your_company.com + - enable: true + properties: + enable: + default: true + type: boolean + type: object + authentik-ldap: + default: + enable: false + examples: + - enable: false + properties: + enable: + default: false + type: boolean + type: object + domain: + default: your-company + examples: + - your-company type: string + employes: + properties: + apps: + items: + type: string + type: array + divisions: + items: + properties: + apps: + items: + type: string + type: array + name: + type: string + teams: + items: + type: object + type: array + type: object + type: array + enable: + default: true + type: boolean + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + distributions: + default: + core: core + domain: domain + examples: + - core: core + domain: domain + properties: + core: + default: core + type: string + domain: + default: domain + type: string + type: object fournisseurs: properties: apps: @@ -168,36 +193,11 @@ options: examples: - traefik type: string - authentik: - default: - enable: true + domain-name: + default: your_company.com examples: - - enable: true - properties: - enable: - default: true - type: boolean - type: object - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod + - your_company.com type: string - domain: - default: your-company - examples: - - your-company - type: string - authentik-forward: - default: - enable: false - examples: - - enable: false - properties: - enable: - default: false - type: boolean - type: object dependencies: [] providers: kubernetes: true @@ -206,4 +206,4 @@ providers: postgresql: null restapi: null http: null -tfaddtype: null +tfaddtype: true