11 lines
293 B
YAML
11 lines
293 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: oauth2-proxy-secrets
|
|
namespace: oauth2-proxy
|
|
annotations:
|
|
kustomize.toolkit.fluxcd.io/reconcile: disabled
|
|
stringData:
|
|
client-id: oauth2-proxy
|
|
client-secret: <REPLACE_WITH_KANIDM_SECRET>
|
|
cookie-secret: a1f522c2394696c76e88eea54769d9e1 |