67 lines
1.1 KiB
YAML
67 lines
1.1 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: meta
|
|
metadata:
|
|
name: domain-auth
|
|
description: null
|
|
options:
|
|
authentik-ldap:
|
|
default:
|
|
enable: false
|
|
examples:
|
|
- enable: false
|
|
properties:
|
|
enable:
|
|
default: false
|
|
type: boolean
|
|
type: object
|
|
issuer:
|
|
default: letsencrypt-prod
|
|
examples:
|
|
- letsencrypt-prod
|
|
type: string
|
|
domain-name:
|
|
default: your_company.com
|
|
examples:
|
|
- your_company.com
|
|
type: string
|
|
ingress-class:
|
|
default: traefik
|
|
examples:
|
|
- traefik
|
|
type: string
|
|
authentik:
|
|
default:
|
|
enable: true
|
|
examples:
|
|
- enable: true
|
|
properties:
|
|
enable:
|
|
default: true
|
|
type: boolean
|
|
type: object
|
|
authentik-forward:
|
|
default:
|
|
enable: false
|
|
examples:
|
|
- enable: false
|
|
properties:
|
|
enable:
|
|
default: false
|
|
type: boolean
|
|
type: object
|
|
domain:
|
|
default: your-company
|
|
examples:
|
|
- your-company
|
|
type: string
|
|
dependencies: []
|
|
providers:
|
|
kubernetes: true
|
|
authentik: null
|
|
kubectl: true
|
|
postgresql: null
|
|
restapi: null
|
|
http: null
|