This commit is contained in:
ivan 2026-08-29 14:17:45 +05:00
parent 6125cc9f4b
commit bfa97c8286
2 changed files with 5 additions and 7 deletions

View File

@ -190,10 +190,6 @@ spec:
secretName: secretName:
_default: eav-s3-secret _default: eav-s3-secret
secretKey: access_key secretKey: access_key
- name: KAFKA_PASSWORD
secretName:
_default: kafka-cred
secretKey: password
commitSha: "" commitSha: ""
gitlabUri: "" gitlabUri: ""

View File

@ -95,9 +95,11 @@ data:
"django_filters.rest_framework.DjangoFilterBackend" "django_filters.rest_framework.DjangoFilterBackend"
], ],
"DEFAULT_AUTHENTICATION_CLASSES": [ "DEFAULT_AUTHENTICATION_CLASSES": [
# "rest_framework_simplejwt.authentication.JWTAuthentication", "core.auth.ZitadelJWTAuthentication",
"rest_framework.authentication.SessionAuthentication", "rest_framework_simplejwt.authentication.JWTStatelessUserAuthentication",
"rest_framework.authentication.BasicAuthentication", #"rest_framework_simplejwt.authentication.JWTAuthentication",
#"rest_framework.authentication.SessionAuthentication",
#"rest_framework.authentication.BasicAuthentication",
], ],
"DEFAULT_PERMISSION_CLASSES": [ "DEFAULT_PERMISSION_CLASSES": [
"rest_framework.permissions.AllowAny", "rest_framework.permissions.AllowAny",