Skip to content
Snippets Groups Projects
Commit 5e6a7000 authored by Duvelis Carao's avatar Duvelis Carao
Browse files

Merged PR 210799: Disable AAD filter

Disable AAD filter

Related work items: #568119
parent 4775e07b
No related branches found
No related tags found
1 merge request!60Indexer to read from Schema Service as well as Storage Schema
......@@ -23,3 +23,11 @@ variables:
- name: Azure
environments: ['dev']
```
4. Disable AAD filer and use externalized Auth form Istio: remove following two settings if they are present from 'devops/azure/chart/templates/deployment.yaml'
```
- name: azure_activedirectory_session_stateless
value: "true"
- name: azure_activedirectory_AppIdUri
value: "api://$(aad_client_id)"
```
......@@ -108,5 +108,3 @@ spec:
value: http://partition/api/partition/v1
- name: azure_istioauth_enabled
value: "true"
- name: azure_activedirectory_AppIdUri
value: "api://$(aad_client_id)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment