Skip to content

Error assuming role allow-ops-admin-access-from-other-accounts. #6

Answered by zackproser
zackproser asked this question in Help
Discussion options

You must be logged in to vote

Debug log

Confirming the IAM user, groups and permissions in question

In diagnosing the issue, we first ensured that we understood which group the IAM user that the customer was referencing was in. We confirmed it was the -access-all-external-accounts group that was defined in both vars/autogen/common_vars.yml:

... 
create_access_keys: false
create_login_profile: true 
groups: 
       - access-all-external-accounts
...

and security/_global/account-baseline/users.yml

{customer-user-name}: 
  create_access_keys: false
  create_login_profile: true 
  groups: 
  - access-all-external-accounts
  - iam-admin
  - ssh-grunt-sudo-users
  pgp_key: keybase:{customer-user-name}
...

At this point we…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zackproser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant