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.
- Host: GitHub
- URL: https://github.com/zloeber/mise-encryption-example
- Owner: zloeber
- License: mit
- Created: 2025-02-03T21:01:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T21:46:12.000Z (over 1 year ago)
- Last Synced: 2025-02-03T22:32:05.251Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```