Skip to content

Commit 0b82c41

Browse files
authored
docs: using sops on local stack (#2579)
1 parent c5713b4 commit 0b82c41

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mise/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,15 @@ To focus on components of a local stack:
174174
* Toggle to "User" (vs "System")
175175
* Enter `flow-` into the filter box.
176176

177+
### SOPS
178+
179+
For development we use an [age](https://github.com/FiloSottile/age) key for
180+
encryption, defined in `mise/tasks/local/reactor`. To decrypt you will need to
181+
provide the key to sops:
182+
```
183+
export SOPS_AGE_KEY=AGE-SECRET-KEY-1AHW9QTMUTGWDZAC6JDXWC796K0NNDZDKLN8CXPYZM67F2DQVVTHQT3PCD4
184+
```
185+
177186
## IDE Setup
178187

179188
### VS Code with Remote SSH (recommended)

0 commit comments

Comments
 (0)