-
Notifications
You must be signed in to change notification settings - Fork 20
ARSN-540: export rate limit API action map and bump package.json to 8.2.41
#2576
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
ARSN-540: export rate limit API action map and bump package.json to 8.2.41
#2576
Conversation
Hello anurag4dsb,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Per requirements we should be able to call the bucket rate limit APIs without assuming role using the normal credentials of a service user. For the same, we need access to the rate limit APIs action map in the cloudserver using this export.
e947008 to
0914598
Compare
|
ping |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command: Alternatively, the |
package.json to 8.2.41
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## development/8.2 #2576 +/- ##
================================================
Coverage 71.39% 71.39%
================================================
Files 222 222
Lines 17904 17905 +1
Branches 3701 3701
================================================
+ Hits 12783 12784 +1
Misses 5117 5117
Partials 4 4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/create_integration_branches |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option The following options are set: create_integration_branches |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: create_integration_branches |
|
/approve |
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue ARSN-540. Goodbye anurag4dsb. The following options are set: approve, create_integration_branches |
Per requirements we should be able to call the bucket rate limit APIs without
assuming role (like SUR admin APIs) using the normal credentials of a service user. For the same, we
need access to the rate limit action map in the cloudserver using this export.