feat(auth): add IAS ECP SSO [skip ci]
This commit was merged in pull request #19.
This commit is contained in:
@@ -25,5 +25,13 @@ COLLECTSTATIC_ON_MIGRATE=1
|
||||
BACKUP_ENCRYPTION_KEY=CHANGE_ME_BASE64URL_32B_KEY
|
||||
BACKUP_KEY_ID=default
|
||||
|
||||
# IAS ECP SSO (mount the PEM outside the repository and webroot)
|
||||
SSO_ENABLED=false
|
||||
SSO_PROVIDER_URL=https://divopk.vniicentr.ru/sso-redirect/
|
||||
SSO_SERVICE_CODE=fkc
|
||||
SSO_ISSUER=dvr
|
||||
SSO_PUBLIC_KEY_PATH=/run/secrets/sso-public-key.pem
|
||||
SSO_SESSION_TTL_SECONDS=7200
|
||||
|
||||
WEB_IMAGE=registry.example.com/state_corp-web:latest
|
||||
CELERY_IMAGE=registry.example.com/state_corp-celery:latest
|
||||
|
||||
Reference in New Issue
Block a user