-
Notifications
You must be signed in to change notification settings - Fork 674
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
Add org to all flyteadmin endpoints for consistency #4746
Conversation
Signed-off-by: Katrina Rogan <[email protected]>
Signed-off-by: Katrina Rogan <[email protected]>
@@ -475,6 +509,10 @@ service AdminService { | |||
option (google.api.http) = { | |||
post: "/api/v1/events/workflows" | |||
body: "*" | |||
additional_bindings { | |||
post: "/api/v1/events/workflows/org/{event.execution_id.org}" |
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.
Should it be after events?
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.
yes, thank you!
Signed-off-by: Katrina Rogan <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4746 +/- ##
=======================================
Coverage 58.18% 58.18%
=======================================
Files 626 626
Lines 53833 53833
=======================================
Hits 31322 31322
Misses 20003 20003
Partials 2508 2508
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* gen Signed-off-by: Katrina Rogan <[email protected]> * regen Signed-off-by: Katrina Rogan <[email protected]> * regen Signed-off-by: Katrina Rogan <[email protected]> --------- Signed-off-by: Katrina Rogan <[email protected]>
Follow up to #4663
What changes were proposed in this pull request?
Introduces consistency to all flyteadmin http bindings with the new optional org parameter.
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link