-
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: Fixed missing Authrole values on ExecutionMetaDataExtra #255
Conversation
Signed-off-by: Jason Porter <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #255 +/- ##
=========================================
Coverage ? 63.82%
=========================================
Files ? 370
Lines ? 8114
Branches ? 1442
=========================================
Hits ? 5179
Misses ? 2935
Partials ? 0 Continue to review full report at Codecov.
|
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.37.1](http://github.com/lyft/flyteconsole/compare/v0.37.0...v0.37.1) (2022-01-05) ### Bug Fixes * Fixed missing Authrole values on ExecutionMetaDataExtra ([#255](http://github.com/lyft/flyteconsole/issues/255)) ([71af238](http://github.com/lyft/flyteconsole/commit/71af238e7fe9b9e0c698627865c807ff981fbaac))
🎉 This PR is included in version 0.37.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Signed-off-by: Jason Porter <[email protected]> Signed-off-by: csirius <[email protected]>
## [0.37.1](http://github.com/lyft/flyteconsole/compare/v0.37.0...v0.37.1) (2022-01-05) ### Bug Fixes * Fixed missing Authrole values on ExecutionMetaDataExtra ([#255](http://github.com/lyft/flyteconsole/issues/255)) ([71af238](http://github.com/lyft/flyteconsole/commit/71af238e7fe9b9e0c698627865c807ff981fbaac)) Signed-off-by: csirius <[email protected]>
This fix addresses a bug where authRole values would be missing from ExecutionData header. This fix also includes adding both IAM and k8 values.
Type
Are all requirements met?
Complete description
Values for authRole of an execution will not be returned with getLaunchPlan(); this fix correctly uses the execution.spec to populate those values.
Tracking Issue
NA
Follow-up issue
NA