Skip to content

Commit

Permalink
PoC: Federated SPN credentials (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehcrashxor authored May 13, 2024
1 parent 9bcbfe9 commit a3bdfea
Show file tree
Hide file tree
Showing 33 changed files with 27,792 additions and 21,646 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/rolling-instance-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
push:
branches: [ main ]

permissions:
id-token: write # OIDC token for Workload Identity Federation

jobs:
instance-actions:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -72,6 +75,13 @@ jobs:
client-secret: ${{ secrets.CLIENT_SECRET_PPDEVTOOLS }}
tenant-id: ${{ env.WF_TENANT_ID }}

- name: Test who-am-i action with appId + Workload Identity Federation
uses: ./who-am-i
with:
environment-url: ${{ steps.create-source-environment.outputs.environment-url }}
app-id: ${{ env.WF_APPID }}
tenant-id: ${{ env.WF_TENANT_ID }}

- name: Test who-am-i action with username/password
uses: ./who-am-i
with:
Expand Down
1,000 changes: 568 additions & 432 deletions dist/actions/add-solution-component/index.js

Large diffs are not rendered by default.

1,000 changes: 568 additions & 432 deletions dist/actions/assign-group/index.js

Large diffs are not rendered by default.

1,000 changes: 568 additions & 432 deletions dist/actions/assign-user/index.js

Large diffs are not rendered by default.

1,000 changes: 568 additions & 432 deletions dist/actions/backup-environment/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit a3bdfea

Please sign in to comment.