From 39bc89317ef8d3cb9640ab3bd90b7202af97cb8a Mon Sep 17 00:00:00 2001 From: Christopher Berge Hove Date: Mon, 2 Oct 2023 15:23:09 +0200 Subject: [PATCH] feat: added azure identity to radix config (#380) # Description added azure identity to radix config - [x] PR title and description are to the point and understandable - [x] I have performed a self-review of my own code' --- radixconfig.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/radixconfig.yaml b/radixconfig.yaml index e784df781..0f8629b89 100644 --- a/radixconfig.yaml +++ b/radixconfig.yaml @@ -18,6 +18,9 @@ spec: components: # Backend API - name: backend + identity: + azure: + clientId: ea425507-0de4-4f5f-bac8-48cea54f7a0c src: ./backend/src # Dockerfile location variables: ASPNETCORE_URLS: "http://*:5000" @@ -110,6 +113,9 @@ spec: # Web Server (client backend) - name: webserver + identity: + azure: + clientId: ea425507-0de4-4f5f-bac8-48cea54f7a0c src: . # Dockerfile location dockerfileName: clientBackend.Dockerfile variables: