Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PoC: Federated SPN credentials #540

Merged
merged 15 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/rolling-instance-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,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
Loading