From ba98704132f4ab2989cd6984a4e0142b0142cef2 Mon Sep 17 00:00:00 2001 From: ryansteakley <37981995+ryansteakley@users.noreply.github.com> Date: Thu, 30 Mar 2023 10:10:22 -0700 Subject: [PATCH] Add default editor to trust policy (#642) **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. --- tests/e2e/utils/pipelines/setup_pipelines_irsa.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/utils/pipelines/setup_pipelines_irsa.py b/tests/e2e/utils/pipelines/setup_pipelines_irsa.py index 539e6ae3a..38e274b47 100644 --- a/tests/e2e/utils/pipelines/setup_pipelines_irsa.py +++ b/tests/e2e/utils/pipelines/setup_pipelines_irsa.py @@ -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" ], } },