Skip to content

Commit

Permalink
azure identity true for prod (#611)
Browse files Browse the repository at this point in the history
Co-authored-by: Jossilainen <[email protected]>
  • Loading branch information
Jossilainen and Jossilainen authored Mar 21, 2024
1 parent 9a5e270 commit d3b86ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/pr-611-1783937277.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

---
"fusion-project-portal": patch
---
Introduced managed Identity
4 changes: 2 additions & 2 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
azureKeyVaults:
- name: kv-pep-api-noe-prod
path: /mnt/key-vault
useAzureIdentity: false
useAzureIdentity: true
items:
- name: AzureAd--ClientSecret
type: secret
Expand Down Expand Up @@ -208,7 +208,7 @@ spec:
azureKeyVaults:
- name: kv-pep-ws-noe-prod
path: /mnt/key-vault
useAzureIdentity: false
useAzureIdentity: true
items:
- name: AzureAd--ClientSecret
type: secret
Expand Down

0 comments on commit d3b86ff

Please sign in to comment.