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:
_default: eav-s3-secret
secretKey: access_key
- name: KAFKA_PASSWORD
secretName:
_default: kafka-cred
secretKey: password
commitSha: ""
gitlabUri: ""

View File

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