- Add Authelia SSO to vault and argocd ingress - Enable single sign-on authentication
12 lines
267 B
YAML
12 lines
267 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: argocd-cm
|
|
namespace: argocd
|
|
labels:
|
|
app.kubernetes.io/name: argocd-cm
|
|
app.kubernetes.io/part-of: argocd
|
|
data:
|
|
# Enable anonymous access (Authelia handles authentication)
|
|
users.anonymous.enabled: "true"
|