ADP-216: updates README from UAT feedback for step2 - experiment

ADP-216-uat-sops-step2_002
LeeW 10 months ago
parent 77d46e11f3
commit 5035083c17

@ -50,15 +50,16 @@ Create a symlink from the group-directory back to the keyfile
1. `cd groups/<project_name>`
- Explanation: Access for each repo is tracked using the `./groups/` directory; each sub-directory represents a "group" (Note: some "groups" are also "roles", e.g. `admin`)
- Most of the groups correspond directly to git repository names, aka "project name"
- Explanation: Most of the groups correspond directly to git repository names, aka "project name"
- **Example**: `cd groups/devnso-adp-argocd`
2. `ln -s ../../<path_to_key.gpg.pub>`
- **Example**: `ln -s ../../max.musterman@netgo.de.gpg.pub`
### Example
Add "Max Musterman" to the group for `devnso-adp-argocd`:
```shell
# navigate to group-directory for devnso
cd groups/devnso-adp-argocd
# symlink to pubkey for New User
ln -s ../../max.musterman@netgo.de.gpg.pub
```

Loading…
Cancel
Save