-
Aliaksei Darafeyeu authored
572156: adds security-templates Related work items: #572156
Aliaksei Darafeyeu authored572156: adds security-templates Related work items: #572156
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ImportFromOSDU.md 1.01 KiB
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
- repository: security-templates
type: git
name: osdu-delfi/security-infrastructure
- 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)"