Skip to content

Commit

Permalink
test-other-domain
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoLC committed Oct 16, 2024
1 parent 5117b4e commit 42cf35e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/backend/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class User(AbstractBaseUser, BaseModel, auth_models.PermissionsMixin):
),
max_length=255,
unique=True,
validators=[sub_validator],
# validators=[sub_validator],
blank=True,
null=True,
)
Expand Down
10 changes: 5 additions & 5 deletions src/helm/env.d/staging/values.impress.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ backend:
name: backend
key: DJANGO_EMAIL_HOST_PASSWORD
DJANGO_SILENCED_SYSTEM_CHECKS: security.W008,security.W004
OIDC_OP_JWKS_ENDPOINT: https://id.demo2.opendesk.live/realms/opendesk/protocol/openid-connect/certs
OIDC_OP_AUTHORIZATION_ENDPOINT: https://id.demo2.opendesk.live/realms/opendesk/protocol/openid-connect/auth
OIDC_OP_TOKEN_ENDPOINT: https://id.demo2.opendesk.live/realms/opendesk/protocol/openid-connect/token
OIDC_OP_USER_ENDPOINT: https://id.demo2.opendesk.live/realms/opendesk/protocol/openid-connect/userinfo
OIDC_OP_LOGOUT_ENDPOINT: https://id.demo2.opendesk.live/realms/opendesk/protocol/openid-connect/logout
OIDC_OP_JWKS_ENDPOINT: https://id.main.opendesk.qa/realms/opendesk/protocol/openid-connect/certs
OIDC_OP_AUTHORIZATION_ENDPOINT: https://id.main.opendesk.qa/realms/opendesk/protocol/openid-connect/auth
OIDC_OP_TOKEN_ENDPOINT: https://id.main.opendesk.qa/realms/opendesk/protocol/openid-connect/token
OIDC_OP_USER_ENDPOINT: https://id.main.opendesk.qa/realms/opendesk/protocol/openid-connect/userinfo
OIDC_OP_LOGOUT_ENDPOINT: https://id.main.opendesk.qa/realms/opendesk/protocol/openid-connect/logout
OIDC_RP_CLIENT_ID: impress-staging
OIDC_RP_CLIENT_SECRET: bQXunX6ueATFo6FDgnJ1PNDy0qFqKNzX
OIDC_RP_SIGN_ALGO: RS256
Expand Down

0 comments on commit 42cf35e

Please sign in to comment.