Access for each repo is tracked using the `./roles/` directory; each sub-directory represents a "role" or "group". (Naming: choosing "role" as the name and deciding to just have "one group per role"
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`)
```bash
cd roles/<project_name>
cd groups/<project_name>
ln -s ../../<path_to_key.gpg.pub>
```
@ -46,14 +46,14 @@ The following commands explain how to update the `.sops.yaml` for a repository: