improved out-of-box experience (#704)
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
1. Access authentik using the following URL:
|
||||
Access authentik using the following URL:
|
||||
{{- if .Release.IsUpgrade -}}
|
||||
{{- range .Values.ingress.hosts }}
|
||||
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ . }}{{ $.Values.ingress.path }}
|
||||
{{- end }}
|
||||
2. Login to authentik using the user "akadmin" and the password "akadmin".
|
||||
{{- else -}}
|
||||
{{- range .Values.ingress.hosts }}
|
||||
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ . }}{{ $.Values.ingress.path }}/if/flow/initial-setup/
|
||||
{{- end }}
|
||||
To configure your authentik instance, and set a password for the akadmin user.
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user