updates instructions

ADP-216_sops_automation
LeeW 10 months ago
parent fef5b081b4
commit 0500061163

@ -16,19 +16,6 @@ Roles:
- add ONLY the _PUBLIC_ part of your gpg key!!! - add ONLY the _PUBLIC_ part of your gpg key!!!
- checkin via MergeRequest/PullRequest - checkin via MergeRequest/PullRequest
# TODO
## Reference: Manual Steps
### import gpg keys
```shell
gpg --import /path/to/keys/*.gpg.pub
```
### list imported gpg keys
```shell
gpg --list-keys --keyid-format=long
```
### 1b. Onboarding: Any User: Add new user to groups ### 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`) 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 % 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 # Configure SOPS
SOPS is used for encrypting secrets, e.g. credentials for various systems SOPS is used for encrypting secrets, e.g. credentials for various systems

Loading…
Cancel
Save