|
|
|
|
@ -48,7 +48,7 @@ Note: The `GPG_TTY` is necessary to have the password prompt appear. src: https:
|
|
|
|
|
|
|
|
|
|
Note: `secrets.yaml` is just an example; the file can have any name
|
|
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
## Example - Manual
|
|
|
|
|
|
|
|
|
|
The steps in the following example can be run locally in order to:
|
|
|
|
|
* create a sample secrets file
|
|
|
|
|
@ -69,6 +69,14 @@ sops -e -i secrets.yaml
|
|
|
|
|
sops -d secrets.yaml
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Example - Automation
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
cd example/
|
|
|
|
|
./cmd_sops.sh
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Automation
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|