Skip to content

Commit

Permalink
chore: add project permission (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: xieydd <xieydd@gmail.com>
  • Loading branch information
xieydd authored Jul 4, 2024
1 parent 042d960 commit 38145c9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Binary file added src/.DS_Store
Binary file not shown.
Binary file added src/cloud/images/invite_member.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/cloud/manage/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ In project setting, you can view and edit the project information. You can switc

![](../images/project_info.png)

## Project Permissions

You can invite other users to your project by clicking the `Invite` button. You can invite users by their email address. The invited user will receive an email with an invitation link. The invited user can accept the invitation by clicking the link.

::: warning
If the invited user does not have a PGVecto.rs Cloud account, they will need to sign up for an account before they can accept the invitation.
:::

![](../images/invite_member.png)

We provide two types of roles for the project: `Owner` and `Member`.
- `Owner`: The owner has full access to the project. The owner can invite members, create or delete clusters, and view the billing information.
- `Member`: The member has read-only access to the project. The member can view the cluster information, but cannot create or delete clusters.

## Project Billing

Expand Down

0 comments on commit 38145c9

Please sign in to comment.