Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitar-hristov committed Jun 4, 2023
1 parent de5aaf0 commit d5f5782
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,13 @@ async function assumeRole(params) {
}

if (isDefined(managedSessionPolicies)) {
core.debug(managedSessionPolicies)
const policyArns = []
for (const managedSessionPolicy of managedSessionPolicies) {
core.debug(managedSessionPolicy)
policyArns.push({arn: managedSessionPolicy})
}
core.debug(managedSessionPolicy)
assumeRoleRequest.PolicyArns = policyArns;
}

Expand Down

0 comments on commit d5f5782

Please sign in to comment.