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 _default: zitadel-srx.wb.ru
- name: USE_ZITADEL - name: USE_ZITADEL
value: value:
_default: "0" _default: "1"
- name: FLOWS_URL - name: FLOWS_URL
value: value:
_default: http://backend-svc.flows.svc.cluster.local:80 _default: http://backend-svc.flows.svc.cluster.local:80

View File

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

View File

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