-
Notifications
You must be signed in to change notification settings - Fork 59
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
fix: auth role to be aligned with launch plan and be editable by user #236
Conversation
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Codecov Report
@@ Coverage Diff @@
## master #236 +/- ##
=========================================
Coverage ? 63.52%
=========================================
Files ? 365
Lines ? 7924
Branches ? 1390
=========================================
Hits ? 5034
Misses ? 2890
Partials ? 0 Continue to review full report at Codecov.
|
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
e4431e5
to
19f7e05
Compare
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
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.
lgtm
## [0.31.3](http://github.com/lyft/flyteconsole/compare/v0.31.2...v0.31.3) (2021-11-19) ### Bug Fixes * auth role to be aligned with launch plan and be editable by user ([#236](http://github.com/lyft/flyteconsole/issues/236)) ([afc2ae4](http://github.com/lyft/flyteconsole/commit/afc2ae4ef8767e74753217cfc62faf057626993a))
🎉 This PR is included in version 0.31.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Signed-off-by: csirius 85753828+csirius@users.noreply.github.com
TL;DR
Display the original execution IAM or k8s role under "advanced options" in the launch form. Roles can be changed according to the
launch plan
if it has auth role in it; users can edit those roles manually. This fix also adds additional functionality to the launch from with the support of Annotations and LabelsType
Are all requirements met?
Complete description
Make the
Advanced options
in relaunch form shows the original execution IAM or k8s role.Also those roles could be changed according to the
launch plan
changes if it has auth role in it.And user can edit those roles manually.
Tracking Issue
fixes flyteorg/flyte#1737
Follow-up issue
NA