Commit 97d34106 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'enable-group-authorized-agents-by-default' into 'master'

Enable flag group_authorized_agents by default

See merge request gitlab-org/gitlab!72319
parents fc0a7aea 09bb3c04
...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/340166 ...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/340166
milestone: '14.3' milestone: '14.3'
type: development type: development
group: group::configure group: group::configure
default_enabled: false default_enabled: true
...@@ -153,9 +153,9 @@ gitops: ...@@ -153,9 +153,9 @@ gitops:
> [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/5784) in GitLab 14.3. > [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/5784) in GitLab 14.3.
FLAG: FLAG:
On self-managed GitLab, by default this feature is not available. To make it available, On self-managed GitLab, by default this feature is available. To hide the
ask an administrator to [enable the `group_authorized_agents` flag](../../../administration/feature_flags.md). feature, ask an administrator to [disable the feature flag](../../../administration/feature_flags.md) named `group_authorized_agents`. On
On GitLab.com, this feature is available. GitLab.com, this feature is available.
If you use the same cluster across multiple projects, you can set up the CI/CD Tunnel If you use the same cluster across multiple projects, you can set up the CI/CD Tunnel
to grant the Agent access to one or more groups. This way, all the projects that belong to grant the Agent access to one or more groups. This way, all the projects that belong
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment