-
Notifications
You must be signed in to change notification settings - Fork 54
cli: add iam upgrade apply
#2132
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
Conversation
✅ Deploy Preview for constellation-docs canceled.
|
18cadc9
to
4bf6a75
Compare
Code lgtm, will quickly do a manual test. I think it would make sense to add a section to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manual test worked fine.
I think we should integrate this into the upgrade e2e workflow. Or add a separate test for it.
I suggest either :
EDIT: option 2 run: https://github.com/edgelesssys/constellation/actions/runs/5665254477 |
e9c0c89
to
a9224e1
Compare
Co-authored-by: Otto Bittner <cobittner@posteo.net>
2e7175d
to
124e00e
Compare
waiting for e2e upgrade to complete: https://github.com/edgelesssys/constellation/actions/runs/5667921845/job/15359955050 gcp ✅ |
Context
#2090 introduced a new AWS LB controller which requires additional IAM permissions.
In order to keep IAM and cluster management separate, the IAM permissions should be upgraded separately.
Proposed change(s)
iam upgrade apply
iam upgrade
to streamline the release process (see updated process). This allows to issue prompts to the user onupgrade apply
Checklist