We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5713b4 commit 0b82c41Copy full SHA for 0b82c41
mise/README.md
@@ -174,6 +174,15 @@ To focus on components of a local stack:
174
* Toggle to "User" (vs "System")
175
* Enter `flow-` into the filter box.
176
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
186
## IDE Setup
187
188
### VS Code with Remote SSH (recommended)
0 commit comments