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
Copy file name to clipboardExpand all lines: docs/design/iam.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,9 @@ Here attached a diagram with all the accounts that we have in our system:
127
127
- IAM DeleteAccessKey: AccessKeyId, UserName
128
128
- IAM ListAccessKeys: UserName (not supported: Marker, MaxItems)
129
129
130
+
### Other
131
+
- IAM ListGroupsForUser - would always return empty list (to check that the user exists it runs GetUser).
132
+
130
133
### Configuration Directory Components With users
131
134
If account creates a user its config file will be created under identities/<user-id>.identity.json and under the account will be created `users/` directory and inside it it will link to the config.
0 commit comments