Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Add instructions to manually migrate teams to groups #2157

Merged
merged 7 commits into from
Nov 22, 2023
Merged
Changes from 5 commits
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
32 changes: 30 additions & 2 deletions docs/tools/aiven-console/howto/create-manage-teams.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Create and manage teams
.. important::
**Teams are becoming groups**

:doc:`Groups </docs/platform/howto/manage-groups>` are an easier way to control access to your organization's projects and services for a group of users.
:doc:`Groups </docs/platform/howto/manage-groups>` are an easier way to control access to your organization's projects and services for a group of users.

:ref:`migrate_teams_to_groups`


**Teams** let you create user groups and assign different access levels to specific projects. Users must be part of an organization before being added to a team. To create and manage teams, click **Admin** and then select **Teams**.
Expand All @@ -20,7 +22,7 @@ Create a new team
#. Click **Create team**.

Add users to a team
--------------------------
--------------------

#. Click the name of the team that you want to add users to.

Expand Down Expand Up @@ -54,3 +56,29 @@ To add projects and roles to a team:
#. Click **Add project to team**.

You can edit the permissions or delete the project from this team by clicking the more options menu for the project.

.. _migrate_teams_to_groups:

Migrate teams to groups
------------------------

To get started using organization groups, replace your existing teams with groups:

#. In the organization, click **Admin**

#. Click **Organization** and on the **Teams** tab view each team to make a note of:

* which users are members of the team
* which projects the team is assigned to
staceysalamon-aiven marked this conversation as resolved.
Show resolved Hide resolved
* the permission level that is assigned for each project

#. Click **Groups** and then **Create group**.

#. Enter the name of one of the teams and assign the same users to this group. Do this for each of your organization's teams.

#. :doc:`Add each new group to the same projects </docs/platform/howto/add-groups-projects>` that the teams are assigned to. Set the role to the same permission level that is used for the team.

.. important::
Users on the account owners team automatically become super admin. To give them the same permission level, after deleting the account owners team :doc:`make them super admin </docs/platform/howto/make-super-admin>`.

#. After confirming all users have the correct access, delete the teams.
Loading