diff --git a/base-helm-configs/zaqar/zaqar-helm-overrides.yaml b/base-helm-configs/zaqar/zaqar-helm-overrides.yaml index a7045110b..f692a87db 100644 --- a/base-helm-configs/zaqar/zaqar-helm-overrides.yaml +++ b/base-helm-configs/zaqar/zaqar-helm-overrides.yaml @@ -114,12 +114,14 @@ pod: conf: zaqar: DEFAULT: + auth_strategy: keystone log_config_append: /etc/zaqar/logging.conf drivers: transport: wsgi message_store: redis management_store: sqlalchemy keystone_authtoken: + auth_url: http://keystone-api.openstack.svc.cluster.local:5000/v3 service_token_roles: service service_token_roles_required: true auth_type: password