7 lines
316 B
Plaintext
7 lines
316 B
Plaintext
# Kratos Migration Environment
|
|
# Rendered by Vault Agent from database/creds/nexus-kratos-migrate
|
|
|
|
{{ with secret "database/creds/nexus-kratos-migrate" -}}
|
|
DSN=postgres://{{ .Data.username | urlquery }}:{{ .Data.password | urlquery }}@db.example.local:5432/nexus?sslmode=disable&search_path=kratos,public
|
|
{{- end }}
|