++
This commit is contained in:
parent
6125cc9f4b
commit
bfa97c8286
@ -190,10 +190,6 @@ spec:
|
||||
secretName:
|
||||
_default: eav-s3-secret
|
||||
secretKey: access_key
|
||||
- name: KAFKA_PASSWORD
|
||||
secretName:
|
||||
_default: kafka-cred
|
||||
secretKey: password
|
||||
|
||||
commitSha: ""
|
||||
gitlabUri: ""
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user