Skip to content

Commit 9674eb6

Browse files
Fix CI: new app registration, Kusto resource endpoint, configurable databases
- Use https://kusto.kusto.windows.net as token resource (standard ADX audience) - Environment variables TestDatabaseName and TestDatabaseNameNoPermissions added to CI - New app registration d877c9fc with federated credentials for this repo
1 parent 68c935b commit 9674eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
2828
- name: "Run az commands"
2929
run: |
30-
access_token=$(az account get-access-token --resource=${{ secrets.APP_ID }} --scope=${{ secrets.CLUSTER }}/.default --query accessToken -o tsv)
30+
access_token=$(az account get-access-token --resource=https://kusto.kusto.windows.net --query accessToken -o tsv)
3131
echo "ACCESS_TOKEN=$access_token" >> $GITHUB_ENV
3232
- uses: actions/checkout@v3
3333
- name: Setup dotnet

0 commit comments

Comments
 (0)