envato / iamy

IAMy - originally developed by 99designs
MIT License
0 stars 1 forks source link

Enable fetching role descriptions #20

Closed andrewjhumphrey closed 3 years ago

andrewjhumphrey commented 3 years ago

Role session durations are not returned by the GetAccountAuthorizationDetails call, they are fetched later in the populateIamData function if SkipFetchingPolicyAndRoleDescriptions is false.

This is a quick fix, given we always (both pull and push) need to fetch the MaxSessionDuration attribute we should really remove all of the plumbing for the skipping.