-
Notifications
You must be signed in to change notification settings - Fork 241
feat(iam): remove guests #5022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(iam): remove guests #5022
Conversation
pages/iam/concepts.mdx
Outdated
|
||
You can also create non-human users in your Organization, called [IAM applications](#application), in order to give applications programmatic access to your Scaleway resources. | ||
|
||
## Member | ||
|
||
You are a Member when you are added to an Organization by an Owner or user with IAM Manager permissions. Members exist only within the specific Organizations in which they are created. This is one of the methods employed at Scaleway to allow Organizations to have multi-users. Members fulfill the same purpose as Guest, while ensuring the security of the Organization. | ||
You are a Member when you are added to an Organization by an Owner or user with IAM Manager permissions. Members exist only within the specific Organizations in which they are created. This is one of the methods employed at Scaleway to allow Organizations to have multi-users. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is one of the methods employed at Scaleway to allow Organizations to have multiple users.
-> this is the only way so maybe we can remove this sentence
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GG!
I left some comments
I think you missed
https://www.scaleway.com/en/docs/account/how-to/log-in-to-the-console/#log-in-as-an-iam-member , to be checked
Co-authored-by: Rowena Jones <[email protected]>
|
||
<Message type="important"> | ||
If you did not send a welcome email to the Member, make sure you give them their login information. | ||
</Message> | ||
|
||
## How to access the Member overview | ||
|
||
1. Click **IAM & API keys** on the top-right drop-down menu of the Scaleway console. The **Users** tab of the [Identity and Access Management dashboard](https://console.scaleway.com/iam/users) displays. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feels like we're missing a step here, because to find the IAM & API keys
menu they have to click their avatar. A new user wouldn't know there's a drop-down menu there, I guess.
No description provided.