From 87c6f1e3957126f9425d5e14bddc388f0404b96d Mon Sep 17 00:00:00 2001 From: Jeremy Watson Date: Tue, 31 Mar 2020 13:19:13 +0000 Subject: [PATCH 1/2] Designate GMA as Beta --- doc/user/group/saml_sso/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/group/saml_sso/index.md b/doc/user/group/saml_sso/index.md index 359d548e236820..8bc6819401373b 100644 --- a/doc/user/group/saml_sso/index.md +++ b/doc/user/group/saml_sso/index.md @@ -64,7 +64,7 @@ We intend to add a similar SSO requirement for [Git and API activity](https://gi When SSO enforcement is enabled for a group, users cannot share a project in the group outside the top-level group, even if the project is forked. -#### Group-managed accounts +#### Group-managed accounts (Beta) > [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/709) in GitLab 12.1. -- GitLab From 39db2114c430030e6139e5a4433992eb403e8d0a Mon Sep 17 00:00:00 2001 From: Jeremy Watson Date: Tue, 31 Mar 2020 13:25:07 +0000 Subject: [PATCH 2/2] Path to GA --- doc/user/group/saml_sso/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/user/group/saml_sso/index.md b/doc/user/group/saml_sso/index.md index 8bc6819401373b..6116e1ad04fa8c 100644 --- a/doc/user/group/saml_sso/index.md +++ b/doc/user/group/saml_sso/index.md @@ -88,6 +88,13 @@ Since use of the group-managed account requires the use of SSO, users of group-m - The user will be unable to access the group (their credentials will no longer work on the identity provider when prompted to SSO). - Contributions in the group (e.g. issues, merge requests) will remain intact. +##### Path to general availability + +Note that group-managed accounts is in Beta and may not consistently [work as expected](https://docs.gitlab.com/charts/releases/beta.html#known-issues-and-limitations). Our goals: +* Address known issues: + * [Removing a user from a GMA group should not prevent the user from rejoining](https://gitlab.com/gitlab-org/gitlab/issues/209081). +* Improve the user experience for group owners and other users in the group. + ##### Feature flag Currently the group-managed accounts feature is behind a feature flag: `group_managed_accounts`. The flag is disabled by default. -- GitLab