feat(altcha) #4543 : add altcha to hydra sql theme

This commit is contained in:
Gauthier Dupont 2025-04-08 15:08:13 +02:00
parent c1d9ca62d4
commit 86e6f9f258

View File

@ -13,6 +13,8 @@ configMapGenerator:
- name: hydra-sql-env - name: hydra-sql-env
behavior: create behavior: create
literals: literals:
- APP_ENV=prod
- APP_DEBUG=false
- ISSUER_URL="http://localhost:8000" - ISSUER_URL="http://localhost:8000"
- BASE_URL='http://localhost:8080' - BASE_URL='http://localhost:8080'
- HYDRA_ADMIN_BASE_URL='http://hydra:4445/admin' - HYDRA_ADMIN_BASE_URL='http://hydra:4445/admin'
@ -24,6 +26,13 @@ configMapGenerator:
- DB_PASSWORD="makeMeASecret" - DB_PASSWORD="makeMeASecret"
- REDIS_DSN="redis://redis:6379" - REDIS_DSN="redis://redis:6379"
- PEPPER="MakeMeABigSecret" - PEPPER="MakeMeABigSecret"
- ALTCHA_HOST=http://altcha:3333
- ALTCHA_BASE_URL=/altcha
- ALTCHA_DEBUG=false
- ALTCHA_WORKERS=8
- ALTCHA_DELAY=100
- ALTCHA_MOCK_ERROR=false
- ALTCHA_ENABLED=true
- name: sql-login-config - name: sql-login-config
files: files:
- ./files/sql_login.yaml - ./files/sql_login.yaml