This commit is contained in:
2024-01-25 17:43:46 +01:00
parent e066715b9b
commit 0727fca591
124 changed files with 1848 additions and 1796 deletions

View File

@@ -1,4 +1,6 @@
locals {
authentik_url = "http://authentik.${var.domain}-auth.svc"
authentik_token = data.kubernetes_secret_v1.authentik.data["AUTHENTIK_BOOTSTRAP_TOKEN"]
common-labels = {
"vynil.solidite.fr/owner-name" = var.instance
"vynil.solidite.fr/owner-namespace" = var.namespace

View File

@@ -6,25 +6,6 @@ metadata:
name: division
description: null
options:
domain:
default: your-company
examples:
- your-company
type: string
parent:
default: employes
enum:
- employes
- clients
- fournisseurs
examples:
- employes
type: string
apps:
default: []
items:
type: string
type: array
teams:
default: []
items:
@@ -39,6 +20,25 @@ options:
type: string
type: object
type: array
apps:
default: []
items:
type: string
type: array
parent:
default: employes
enum:
- employes
- clients
- fournisseurs
examples:
- employes
type: string
domain:
default: your-company
examples:
- your-company
type: string
dependencies:
- dist: null
category: share