impr(ARSN-608): Add support for passing targetAccount to Vault in request context#2670
Conversation
Hello tmacro,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
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 |
|
/create_integration_branches |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: git fetch
git checkout -B w/8.5/improvement/ARSN-608/support_targetAccount_in_req_context origin/development/8.5
git merge origin/improvement/ARSN-608/support_targetAccount_in_req_context
# <intense conflict resolution>
git commit
git push -u origin w/8.5/improvement/ARSN-608/support_targetAccount_in_req_contextThe following options are set: create_integration_branches |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## development/8.4 #2670 +/- ##
===================================================
- Coverage 74.41% 74.40% -0.01%
===================================================
Files 229 229
Lines 18539 18533 -6
Branches 3817 3814 -3
===================================================
- Hits 13795 13790 -5
+ Misses 4739 4738 -1
Partials 5 5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
f8bb82a to
6332622
Compare
|
/reset |
Reset completeI have successfully deleted this pull request's integration branches. 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 |
tcarmet
left a comment
There was a problem hiding this comment.
LGTM but I think the commits deserves a re-work between what's formatting and what new additional change I got a bit confused when reviewing
| "node": ">=20" | ||
| }, | ||
| "version": "8.4.18", | ||
| "version": "8.4.19", |
There was a problem hiding this comment.
Depending on where this is supposed to land, I would redirect you to use the 8.5 version of arsenal since this is an addition (a small and harmless addition but addition nonetheless)
But ultimately it's your call cause it might cause you some trouble (for example if you're aiming cloudserver 9.3, but on 9.4 you will be fine).
anurag4DSB
left a comment
There was a problem hiding this comment.
There are a lot of formatting changes, was hard to find the actual change(which is small). Would be nice to have the lint changes in a separate commit next time :)
I'll split them out. I didn't realize prettier had made that many changes. |
701c2e2 to
e0948a6
Compare
History mismatchMerge commit #c458a72f96613a0546e72cb83b19013c818e1c3d on the integration branch It is likely due to a rebase of the branch Please use the The following options are set: create_integration_branches |
|
/reset |
Reset completeI have successfully deleted this pull request's integration branches. The following options are set: create_integration_branches |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: git fetch
git checkout -B w/8.5/improvement/ARSN-608/support_targetAccount_in_req_context origin/development/8.5
git merge origin/improvement/ARSN-608/support_targetAccount_in_req_context
# <intense conflict resolution>
git commit
git push -u origin w/8.5/improvement/ARSN-608/support_targetAccount_in_req_contextThe following options are set: create_integration_branches |
| const result = info.message.body; | ||
| return callback(null, result); | ||
| }); | ||
| log.trace('sending request context params to vault to evaluate' + 'policies'); |
There was a problem hiding this comment.
Missing space between "evaluate" and "policies" — the concatenation produces "...to evaluatepolicies".
| log.trace('sending request context params to vault to evaluate' + 'policies'); | |
| log.trace('sending request context params to vault to evaluate policies'); |
e0948a6 to
33b8076
Compare
|
/reset |
Reset completeI have successfully deleted this pull request's integration branches. 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 |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
This pull request does not target the following hotfix branch(es) so they
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve, create_integration_branches |
|
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-608. Goodbye tmacro. |
No description provided.