k8s/iam: add cloudnativepg postgres and vault + authentik
- PostgreSQL 3-replica HA with pgvector - Vault S3 storage backend (MinIO) - Authentik federated OIDC provider - Vault auto-unseal via postStart hook
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Copy to ~/.authentik/.env and fill in your values.
|
||||
# Port-forward Authentik first: kubectl port-forward svc/authentik-server -n iam 7000:80
|
||||
|
||||
AUTHENTIK_BASE_URL=http://localhost:7000
|
||||
APP_SLUG=go-example
|
||||
OIDC_CLIENT_ID=go-example
|
||||
OIDC_CLIENT_SECRET=your-client-secret-here
|
||||
REDIRECT_URL=http://localhost:8080/callback
|
||||
Reference in New Issue
Block a user