This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
The goal of this script: | |
- take yaml file | |
- parse objects inside | |
- encrypt/decrypt (de/base64) objects if it not dict or dict | |
```sh | |
cat some.yaml | |
secret_value: some value |