Helm-like configuration values loader with support for various sources
vals is a tool for managing configuration values and secrets. It supports various backends including Vault, AWS SSM Parameter Store, AWS Secrets Manager, AWS S3, GCP Secrets Manager, Google Sheets, SOPS-encrypted files and Terraform State.
vals is a tool for managing configuration values and secrets. It supports various backends including Vault, AWS SSM Parameter Store, AWS Secrets Manager, AWS S3, GCP Secrets Manager, Google Sheets, SOPS-encrypted files and Terraform State.
To install vals, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install vals
To see what files were installed by vals, run:
port contents vals
To later upgrade vals, run:
sudo port selfupdate && sudo port upgrade vals
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.