https://github.com/tomiok/vaultik
Vaultik is a cloud agnostic secret manager that helps developers to create, read, update and delete variables and easily export to a remote location or any cloud. Avoid using environment variables and these are fully encrypted.
https://github.com/tomiok/vaultik
cloud cloud-computing cobra encryption environment-variables go golang secret secret-management secrets secrets-management secure secure-storage security security-tools
Last synced: 3 months ago
JSON representation
Vaultik is a cloud agnostic secret manager that helps developers to create, read, update and delete variables and easily export to a remote location or any cloud. Avoid using environment variables and these are fully encrypted.
- Host: GitHub
- URL: https://github.com/tomiok/vaultik
- Owner: tomiok
- License: apache-2.0
- Created: 2020-11-20T00:32:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T22:29:29.000Z (about 4 years ago)
- Last Synced: 2024-06-20T17:54:10.941Z (over 1 year ago)
- Topics: cloud, cloud-computing, cobra, encryption, environment-variables, go, golang, secret, secret-management, secrets, secrets-management, secure, secure-storage, security, security-tools
- Language: Go
- Homepage:
- Size: 134 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vaultik project
### A secret manager tool to AVOID environment variables for application properties.
## Commands
* init (init the vault)
* set (upsert -add or update- a key)
* get (get key's value)
* del (delete a key)
* migrate (migrate to another terminal, SSH connection is a must)
* read-all (decrypted with key and value, in chronological order but could show old and deleted secrets)