Skip to content
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

update: permissions for moving projects #649

Merged
merged 7 commits into from
Jan 30, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update: permissions for moving projects
staceysalamon-aiven committed Jan 17, 2025

Verified

This commit was signed with the committer’s verified signature.
staceysalamon-aiven Stacey Salamon
commit 2afcf8bd418547be8ef0fb1b2cb9fd42f92cf1b9
1 change: 1 addition & 0 deletions docs/platform/concepts/permissions.md
Original file line number Diff line number Diff line change
@@ -40,6 +40,7 @@ and services within it.
| Manage domains | `organization:domains:write` | <ul> <li> Add, edit, and remove domains. </li> <li> View all organization domains. </li> </ul> |
| Manage groups | `organization:groups:write` | <ul> <li> Create, edit, and delete groups. </li> <li> Add organization and application users to groups. </li> <li> Remove organization and application users from groups. </li> </ul> |
| Manage IdPs | `organization:idps:write` | <ul> <li> Add, edit, enable, disable, and remove identity providers. </li> <li> View all identity providers for the organization. </li> </ul> |
| Manage projects | `organization:projects:write` | <ul> <li> Create and delete projects. </li> <li> Assign projects to billing groups. </li> <li> Add and remove project tags. </li> <li> </li> </ul> **Cannot otherwise access or move the project or its services.** |
| Manage organization users | `organization:users:write` | <ul> <li> Invite new users to the organization. </li> <li> View all invited users. </li> <li> Remove user invites. </li> <li> Deactivate, edit and delete [managed users](/docs/platform/concepts/managed-users). </li> <li> Remove non-managed users from the organization. </li> <li> Reset passwords for managed users. </li> <li> View all authentication methods for an organization user. </li> <li> Revoke tokens for managed users. </li> <li> View all tokens generated by managed users. </li> </ul> |


6 changes: 3 additions & 3 deletions docs/platform/howto/manage-project.md
Original file line number Diff line number Diff line change
@@ -35,12 +35,12 @@ The project name in your DNS records will not be updated.
## Move a project

You can move a project to another organization or organizational unit.
Users with admin access to projects can move them to another
organizational unit or up a level to the organization.
Users with the organization admin, project admin, or super admin role can move projects
to within an organization.

To move a project to a different organization, you must be an
[organization admin](/docs/platform/concepts/permissions#organization-roles-and-permissions)
of both organizations.
or super admin of both organizations.

All users with permission to access the project lose the permissions when you
move it to a different organization.