From 06b5ad2e26148f3a7ec3ba674435e6e0359c0c4b Mon Sep 17 00:00:00 2001 From: Hunar Khanna <hkhanna@gitlab.com> Date: Thu, 25 Jul 2024 03:40:03 +0000 Subject: [PATCH 1/2] Update file workspace-agent-authorization.yml --- data/release_posts/17_2/workspace-agent-authorization.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/release_posts/17_2/workspace-agent-authorization.yml b/data/release_posts/17_2/workspace-agent-authorization.yml index e8483d00f3abd..4b6ab2a4d4205 100644 --- a/data/release_posts/17_2/workspace-agent-authorization.yml +++ b/data/release_posts/17_2/workspace-agent-authorization.yml @@ -15,4 +15,4 @@ features: description: | With this release, we've implemented a new authorization strategy for workspaces to address the limitations of the legacy strategy while providing group owners and administrators more control and flexibility. With the new authorization strategy, group owners and administrators can control which cluster agents to use for hosting workspaces. - To ensure a smooth transition, users on the legacy authorization strategy are automatically migrated to the new strategy. + To ensure a smooth transition, users on the legacy authorization strategy are automatically migrated to the new strategy. With this migration, existing agents (with workspaces enabled) will be automatically allowed under the root group where they exist (if they haven't been allowed before). This migration will occur even if such agents have been allowed under different groups within a root group. -- GitLab From 7fb50fc4bb46c6c138bcaab42bda4eb49eaa5784 Mon Sep 17 00:00:00 2001 From: Hunar Khanna <hkhanna@gitlab.com> Date: Thu, 25 Jul 2024 08:36:13 +0000 Subject: [PATCH 2/2] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Ashraf Khamis <akhamis@gitlab.com> --- data/release_posts/17_2/workspace-agent-authorization.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/release_posts/17_2/workspace-agent-authorization.yml b/data/release_posts/17_2/workspace-agent-authorization.yml index 4b6ab2a4d4205..cb31c9d4474f0 100644 --- a/data/release_posts/17_2/workspace-agent-authorization.yml +++ b/data/release_posts/17_2/workspace-agent-authorization.yml @@ -15,4 +15,4 @@ features: description: | With this release, we've implemented a new authorization strategy for workspaces to address the limitations of the legacy strategy while providing group owners and administrators more control and flexibility. With the new authorization strategy, group owners and administrators can control which cluster agents to use for hosting workspaces. - To ensure a smooth transition, users on the legacy authorization strategy are automatically migrated to the new strategy. With this migration, existing agents (with workspaces enabled) will be automatically allowed under the root group where they exist (if they haven't been allowed before). This migration will occur even if such agents have been allowed under different groups within a root group. + To ensure a smooth transition, users on the legacy authorization strategy are migrated automatically to the new strategy. Existing agents that support workspaces are allowed automatically in the root group where these agents are located. This migration also occurs even if these agents have been allowed in different groups in a root group. -- GitLab