Commit 04ffd266 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch '341781-fix-agent-graup-auth-docs' into 'master'

Fix a typo in group Agent authorization docs

See merge request gitlab-org/gitlab!71241
parents 4d3ef7c7 20cce7b6
......@@ -173,8 +173,8 @@ An Agent can only authorize groups in the same group hierarchy as the Agent's co
To authorize a group:
1. Edit your `.config.yaml` file under the `.gitlab/agents/<agent name>` directory.
1. Add the `ci_access` attribute.
1. Edit your `config.yaml` file under the `.gitlab/agents/<agent name>` directory.
1. Add the `ci_access` root attribute.
1. Add the `groups` attribute into `ci_access`.
1. Add the group `id` into `groups`, identifying the authorized group through its path.
......
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