-
Duvelis Carao authored
Disable AAD filter Related work items: #568119
Duvelis Carao authoredDisable AAD filter Related work items: #568119
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ImportFromOSDU.md 942 B
The following updates need to be made when code is merged from OSDU:
- Please update the repo names in
devops/azure/pipeline.yml
file:
resources:
repositories:
- repository: FluxRepo
type: git
name: r3-gitops-manifests
- repository: TemplateRepo
type: git
name: r3-infra-azure-provisioning
- Update the variable groups in the
devops/azure/pipeline.yml
file:
variables:
- group: 'R3MVP - Azure - OSDU'
- group: 'R3MVP - Azure - OSDU Secrets'
- Update the env. names in the
devops/azure/pipeline.yml
file:
providers:
- name: Azure
environments: ['dev']
- 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)"