This commit is contained in:
2023-08-11 12:48:32 +02:00
parent 0aca51fcfc
commit 3875aff2b2
16 changed files with 523 additions and 147 deletions

View File

@@ -1,6 +1,6 @@
locals {
annotations = {
"vynil.solidite.fr/meta" = "domain-auth"
"vynil.solidite.fr/meta" = var.component
"vynil.solidite.fr/name" = "${var.namespace}-auth"
"vynil.solidite.fr/domain" = var.domain-name
"vynil.solidite.fr/issuer" = var.issuer
@@ -11,6 +11,7 @@ locals {
"domain-name" = var.domain-name
"issuer" = var.issuer
"ingress-class" = var.ingress-class
"backups" = var.backups
}
authentik = { for k, v in var.authentik : k => v if k!="enable" }
authentik-ldap = { for k, v in var.authentik-ldap : k => v if k!="enable" }

View File

@@ -6,26 +6,6 @@ metadata:
name: domain-auth
description: null
options:
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
authentik:
default:
enable: true
@@ -36,6 +16,16 @@ options:
default: true
type: boolean
type: object
domain:
default: your-company
examples:
- your-company
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
authentik-ldap:
default:
enable: false
@@ -51,6 +41,51 @@ options:
examples:
- your_company.com
type: string
backups:
default:
enable: false
endpoint: ''
key-id-key: s3-id
secret-key: s3-secret
secret-name: backup-settings
examples:
- enable: false
endpoint: ''
key-id-key: s3-id
secret-key: s3-secret
secret-name: backup-settings
properties:
enable:
default: false
type: boolean
endpoint:
default: ''
type: string
key-id-key:
default: s3-id
type: string
secret-key:
default: s3-secret
type: string
secret-name:
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
authentik-forward:
default:
enable: false
@@ -61,15 +96,10 @@ options:
default: false
type: boolean
type: object
ingress-class:
default: traefik
issuer:
default: letsencrypt-prod
examples:
- traefik
type: string
domain:
default: your-company
examples:
- your-company
- letsencrypt-prod
type: string
dependencies: []
providers:
@@ -79,3 +109,4 @@ providers:
postgresql: null
restapi: null
http: null
tfaddtype: null