diff --git a/apps/eav/ugok/backend.yaml b/apps/eav/ugok/backend.yaml index 11a7b03..86d55f8 100644 --- a/apps/eav/ugok/backend.yaml +++ b/apps/eav/ugok/backend.yaml @@ -190,10 +190,6 @@ spec: secretName: _default: eav-s3-secret secretKey: access_key - - name: KAFKA_PASSWORD - secretName: - _default: kafka-cred - secretKey: password commitSha: "" gitlabUri: "" diff --git a/apps/eav/ugok/django-configmap.yaml b/apps/eav/ugok/django-configmap.yaml index 386bcfa..acfbf66 100644 --- a/apps/eav/ugok/django-configmap.yaml +++ b/apps/eav/ugok/django-configmap.yaml @@ -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",