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

https://github.com/cloudboost/kube-cred

Kube Crendentials for CloudBoost.io
https://github.com/cloudboost/kube-cred

Last synced: 4 months ago
JSON representation

Kube Crendentials for CloudBoost.io

Awesome Lists containing this project

README

          

### Encrypt:
- openssl enc -in config -out config.enc -e -aes256 -k your_key

### Decrypt:
- openssl enc -in config.enc -out config -d -aes256 -k your_key