Compare commits

..

2 Commits

Author SHA1 Message Date
ivan
a99d93f41f ++ 2026-08-02 01:44:15 +05:00
ivan
278919eade ++ 2026-08-02 01:40:23 +05:00
3 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@ spec:
_default: zitadel-srx.wb.ru
- name: USE_ZITADEL
value:
_default: "0"
_default: "1"
- name: FLOWS_URL
value:
_default: http://backend-svc.flows.svc.cluster.local:80

View File

@ -20,7 +20,7 @@ spec:
_default: sarex-login.uralmine.com
- name: USE_ZITADEL
value:
_default: "0"
_default: "1"
- name: FLOWS_URL
value:
_default: http://backend-svc.flows.svc.cluster.local:80

View File

@ -103,7 +103,7 @@ data:
"django_filters.rest_framework.DjangoFilterBackend"
],
"DEFAULT_AUTHENTICATION_CLASSES": [
#"core.auth.ZitadelJWTAuthentication",
"core.auth.ZitadelJWTAuthentication",
"rest_framework_simplejwt.authentication.JWTStatelessUserAuthentication",
#"rest_framework_simplejwt.authentication.JWTAuthentication",
#"rest_framework.authentication.SessionAuthentication",