Compare commits
2 Commits
66cd1a599f
...
a99d93f41f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a99d93f41f | ||
|
|
278919eade |
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user