Files
homelab/k8s/security/iam/go-example-oidc/.env.example
T

9 lines
317 B
Bash

# 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