Add flow-0.10.15 and update documentation
This commit is contained in:
@@ -33,6 +33,18 @@ global:
|
||||
azureAd:
|
||||
enabled: false # Disable auth for local development
|
||||
|
||||
# -- Keycloak authentication for local development
|
||||
# Enable this to test the full OIDC flow locally.
|
||||
# When both azureAd and keycloak are disabled, auth is disabled entirely.
|
||||
keycloak:
|
||||
enabled: false # Set to true to enable Keycloak locally
|
||||
realm: "flow"
|
||||
frontendClientId: "flow-frontend"
|
||||
backendClientId: "flow-backend"
|
||||
backendClientSecret: "dev-backend-secret"
|
||||
adminUsername: "admin"
|
||||
adminPassword: "admin"
|
||||
|
||||
database:
|
||||
provider: "Postgres"
|
||||
postgres:
|
||||
@@ -178,3 +190,21 @@ redis:
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
# -- Keycloak internal deployment for development
|
||||
# Uses dev mode for fast startup without TLS
|
||||
keycloak:
|
||||
enabled: true
|
||||
command: "start-dev"
|
||||
database:
|
||||
vendor: "postgres"
|
||||
database: "keycloak"
|
||||
username: "keycloak"
|
||||
password: "devpassword123"
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
|
||||
Reference in New Issue
Block a user