An open API service indexing awesome lists of open source software.

https://github.com/zloeber/mise-encryption-example

Example of using mise with age keys to decrypt secrets automatically.
https://github.com/zloeber/mise-encryption-example

Last synced: 10 months ago
JSON representation

Example of using mise with age keys to decrypt secrets automatically.

Awesome Lists containing this project

README

          

# mise-encryption-example

Example of using mise + sops + age to decrypt secrets automatically.

> **NOTE:** Never include private keys in your project like this!

# Using

```bash
# install packages
./configure.sh

# Show the automatically decrypted value of ./.secrets.env.json
mise set

# Decrypt the ./.secrets.env.json file
task decrypt

# Re-encrypt it
task encrypt
```