Skip to content

Commit

Permalink
Add default editor to trust policy (awslabs#642)
Browse files Browse the repository at this point in the history
**Which issue is resolved by this Pull Request:**
Resolves #

**Description of your changes:**


**Testing:**
- [ ] Unit tests pass
- [ ] e2e tests pass
- Details about new tests (If this PR adds a new feature)
- Details about any manual tests performed

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
  • Loading branch information
ryansteakley committed Apr 14, 2023
1 parent ac56725 commit ba98704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/utils/pipelines/setup_pipelines_irsa.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def profile_trust_policy(cluster, region, account_id):
f"{oidc_url}:aud": "sts.amazonaws.com",
f"{oidc_url}:sub": [
"system:serviceaccount:kubeflow:ml-pipeline",
"system:serviceaccount:kubeflow-user-example-com:default-editor"
],
}
},
Expand Down

0 comments on commit ba98704

Please sign in to comment.