You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
We want to be able to find IAM things based on metadata, and potentially delete them.
Need to explore what precisely are worth exposing. Some candidates: users, groups, roles, policies, entities, instance profiles. https://docs.aws.amazon.com/sdk-for-go/api/service/iam has ways to list a bunch of things, but some of them operate on a particular user/group/etc and should be additional details under those. We don't expect to expose all available information in this first pass.
The outcome should be a new IAM directory in the AWS hierarchy with several types of resources under it: users, groups, roles, policies are a good start. Those should have relevant metadata for searching, and support Delete.
The text was updated successfully, but these errors were encountered:
We want to be able to find IAM things based on metadata, and potentially delete them.
Need to explore what precisely are worth exposing. Some candidates: users, groups, roles, policies, entities, instance profiles. https://docs.aws.amazon.com/sdk-for-go/api/service/iam has ways to list a bunch of things, but some of them operate on a particular user/group/etc and should be additional details under those. We don't expect to expose all available information in this first pass.
The outcome should be a new IAM directory in the AWS hierarchy with several types of resources under it: users, groups, roles, policies are a good start. Those should have relevant metadata for searching, and support
Delete
.The text was updated successfully, but these errors were encountered: