This commit is contained in:
2023-12-02 20:51:41 +01:00
parent e85aa80323
commit e1cd2ea8f3
16 changed files with 199 additions and 180 deletions

View File

@@ -18,5 +18,7 @@ data "kubernetes_secret_v1" "authentik" {
}
data "kustomization_overlay" "data" {
namespace = var.namespace
common_labels = local.common-labels
resources = []
}

View File

@@ -6,23 +6,6 @@ metadata:
name: accounts-management
description: null
options:
employes:
default:
apps: []
examples:
- apps: []
properties:
apps:
default: []
items:
type: string
type: array
type: object
domain:
default: your-company
examples:
- your-company
type: string
clients:
default:
apps: []
@@ -40,6 +23,23 @@ options:
default: false
type: boolean
type: object
domain:
default: your-company
examples:
- your-company
type: string
employes:
default:
apps: []
examples:
- apps: []
properties:
apps:
default: []
items:
type: string
type: array
type: object
fournisseurs:
default:
apps: []

View File

@@ -18,5 +18,7 @@ data "kubernetes_secret_v1" "authentik" {
}
data "kustomization_overlay" "data" {
namespace = var.namespace
common_labels = local.common-labels
resources = []
}

View File

@@ -6,6 +6,11 @@ metadata:
name: authentik-forward
description: null
options:
ingress-class:
default: traefik
examples:
- traefik
type: string
domain-name:
default: your_company.com
examples:
@@ -13,20 +18,15 @@ options:
type: string
sub-domain:
default: null
domain:
default: your-company
examples:
- your-company
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
ingress-class:
default: traefik
domain:
default: your-company
examples:
- traefik
- your-company
type: string
dependencies:
- dist: null
@@ -39,3 +39,5 @@ providers:
postgresql: null
restapi: null
http: true
gitea: null
tfaddtype: null

View File

@@ -18,5 +18,7 @@ data "kubernetes_secret_v1" "authentik" {
}
data "kustomization_overlay" "data" {
namespace = var.namespace
common_labels = local.common-labels
resources = []
}

View File

@@ -22,3 +22,5 @@ providers:
postgresql: null
restapi: null
http: true
gitea: null
tfaddtype: null

View File

@@ -18,5 +18,7 @@ data "kubernetes_secret_v1" "authentik" {
}
data "kustomization_overlay" "data" {
namespace = var.namespace
common_labels = local.common-labels
resources = []
}

View File

@@ -25,11 +25,6 @@ options:
type: string
type: object
type: array
apps:
default: []
items:
type: string
type: array
parent:
default: employes
enum:
@@ -39,6 +34,11 @@ options:
examples:
- employes
type: string
apps:
default: []
items:
type: string
type: array
dependencies:
- dist: null
category: share