- code-server: code-server → applications/code-server - mas: mas → applications/mas, postgresql → storage/postgresql - umami: umami → applications/umami - headlamp: authelia → security/authelia Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
28 lines
724 B
YAML
28 lines
724 B
YAML
apiVersion: external-secrets.io/v1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: headlamp-oidc
|
|
namespace: headlamp
|
|
spec:
|
|
refreshInterval: 1h
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: vault-backend
|
|
target:
|
|
name: headlamp-oidc
|
|
creationPolicy: Owner
|
|
template:
|
|
engineVersion: v2
|
|
data:
|
|
OIDC_CLIENT_ID: headlamp
|
|
OIDC_CLIENT_SECRET: "{{ .clientSecret }}"
|
|
OIDC_ISSUER_URL: https://auth0213.kro.kr
|
|
OIDC_SCOPES: "openid profile email"
|
|
OIDC_VALIDATOR_CLIENT_ID: headlamp
|
|
OIDC_VALIDATOR_ISSUER_URL: https://auth0213.kro.kr
|
|
data:
|
|
- secretKey: clientSecret
|
|
remoteRef:
|
|
key: security/authelia
|
|
property: HEADLAMP_CLIENT_SECRET
|