Skip to content

Commit 8730907

Browse files
committed
Allow AzureCliBootstrap fallback for CI migration jobs
1 parent 69f10ce commit 8730907

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

api/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"AzureAd": {
33
"ClientId": "dd7e115a-037e-4846-99c4-07561158a9cd",
44
"ClientSecret": "",
5-
"AllowedAuthMethods": [ "WorkloadIdentity", "ClientSecret" ]
5+
"AllowedAuthMethods": [ "WorkloadIdentity", "ClientSecret", "AzureCliBootstrap" ]
66
},
77
"Logging": {
88
"LogLevel": {

api/appsettings.Production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AzureAd": {
33
"ClientId": "7d167947-b236-47ab-baa0-3d3575334237",
4-
"AllowedAuthMethods": [ "WorkloadIdentity", "ClientSecret" ]
4+
"AllowedAuthMethods": [ "WorkloadIdentity", "ClientSecret", "AzureCliBootstrap" ]
55
},
66
"Logging": {
77
"LogLevel": {

api/appsettings.Staging.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AzureAd": {
33
"ClientId": "47a40d36-25a0-434c-8de2-94f703fb57f4",
4-
"AllowedAuthMethods": [ "WorkloadIdentity", "ClientSecret" ]
4+
"AllowedAuthMethods": [ "WorkloadIdentity", "ClientSecret", "AzureCliBootstrap" ]
55
},
66
"Logging": {
77
"LogLevel": {

0 commit comments

Comments
 (0)