|
|
|
|
|
by cyberax
268 days ago
|
|
AWS had switched from using something like this ("injection tokens") to just regular IAM roles, though managed by the AWS. The only special permission that services (actually, the AWS accounts that they use) inside the AWS have is access to "service principals". The service roles inside customer accounts then use them to grant access. AWS IAM is painful, but it shows that you can design a secure permission system. |
|