Compare commits

..

No commits in common. "a99d93f41fd944bc8e32d2057de7077361b78c7c" and "66cd1a599f817e9d4984957a3f2858d673f01790" have entirely different histories.

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: "1" _default: "0"
- 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: "1" _default: "0"
- 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",