### 1b. Onboarding: Any User: Add new user to groups
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`)
@ -74,6 +61,19 @@ devnso-adp-argocd
% git diff
```
## Reference: Commands for gpg keys
### import gpg keys
```shell
gpg --import /path/to/keys/*.gpg.pub
```
### list imported gpg keys
```shell
gpg --list-keys --keyid-format=long
```
# Configure SOPS
SOPS is used for encrypting secrets, e.g. credentials for various systems