Browse Source

[BRE-831] Updating to use AKV with OIDC

pull/216/head
Andy Pixley 6 months ago
parent
commit
38150f82b7
No known key found for this signature in database
GPG Key ID: 4025C92FEDF5ED81
  1. 4
      .github/workflows/scan.yml
  2. 2
      .github/workflows/version-bump.yml

4
.github/workflows/scan.yml

@ -47,7 +47,7 @@ jobs:
tenant_id: ${{ secrets.AZURE_TENANT_ID }} tenant_id: ${{ secrets.AZURE_TENANT_ID }}
client_id: ${{ secrets.AZURE_CLIENT_ID }} client_id: ${{ secrets.AZURE_CLIENT_ID }}
- name: Get Azure Key Vault Secrets - name: Get Azure Key Vault secrets
id: get-kv-secrets id: get-kv-secrets
uses: bitwarden/gh-actions/get-keyvault-secrets@main uses: bitwarden/gh-actions/get-keyvault-secrets@main
with: with:
@ -115,7 +115,7 @@ jobs:
tenant_id: ${{ secrets.AZURE_TENANT_ID }} tenant_id: ${{ secrets.AZURE_TENANT_ID }}
client_id: ${{ secrets.AZURE_CLIENT_ID }} client_id: ${{ secrets.AZURE_CLIENT_ID }}
- name: Get Azure Key Vault Secrets - name: Get Azure Key Vault secrets
id: get-kv-secrets id: get-kv-secrets
uses: bitwarden/gh-actions/get-keyvault-secrets@main uses: bitwarden/gh-actions/get-keyvault-secrets@main
with: with:

2
.github/workflows/version-bump.yml

@ -49,7 +49,7 @@ jobs:
tenant_id: ${{ secrets.AZURE_TENANT_ID }} tenant_id: ${{ secrets.AZURE_TENANT_ID }}
client_id: ${{ secrets.AZURE_CLIENT_ID }} client_id: ${{ secrets.AZURE_CLIENT_ID }}
- name: Get Azure Key Vault Secrets - name: Get Azure Key Vault secrets
id: get-kv-secrets id: get-kv-secrets
uses: bitwarden/gh-actions/get-keyvault-secrets@main uses: bitwarden/gh-actions/get-keyvault-secrets@main
with: with:

Loading…
Cancel
Save