helm-charts/authentik-application/values.yaml

55 lines
1.2 KiB
YAML
Raw Normal View History

2023-09-03 14:58:07 +02:00
secret:
name: ""
labels: {}
blueprint:
authentik:
domain: "https://auth.wrenix.eu"
labels:
goauthentik_blueprint: "1"
provider:
enabled: true
2023-09-03 14:58:07 +02:00
name: ""
authorizationFlow: "default-provider-authorization-implicit-consent"
type: "oidc" # or proxy
# used for oidc provider
oidc:
clientType: "confidential"
# -- client id - generated if secret enabled
clientID:
# -- client secret - generated if secret enabled
clientSecret:
redirectURL: ""
# -- Need for non-curve / RSA
signingKey: ""
# -- Scope
scopes:
# -- used for proxy provider
proxy:
externalHost:
# -- not yet supported
ingress:
enabled: false
domain:
# service backend
backend: authentik
2023-09-03 14:58:07 +02:00
application:
name: ""
slug: "app-name"
# -- uuid for bindPolicyID for group - if not set generated on secret for be stable (or groups: [] filled)
bindPolicyID:
2023-09-03 14:58:07 +02:00
policyEngineMode: "any"
group: ""
launchURL: ""
openInNewTab: false
icon: ""
description: ""
publisher: ""
# -- additional groups
# example:
# - slug: "app: grafana-admin"
# parent: "app: infra"
# bindID: uuid
#
2023-09-03 14:58:07 +02:00
groups: []