vals
vals copied to clipboard
Helm-like configuration values loader with support for various sources
ref+gcpsecrets://gcp-usc1/prod_us-central1_es_password my secret value stored is base64 encoded but while calling the value i need to decrypt secret value If not supported , kindly request you to add support
versions: ``` % ~/bin/vals version Version: dev Git Commit: % git log commit b752901de38611c9c292e9c626fb80f816f86e10 (HEAD -> main, tag: v0.33.0, origin/main, origin/HEAD) Author: Antoine Miquel Date: Sun Jan 21 03:02:01 2024...
Hello maintainers, I try to deploy helm secrets + vals on ArgoCD to fetch secrets from aws secrets manager in another account. helm: fileParameters: - name: data.exemple.Key1 path: secrets+literal://ref+awssecrets://arn:aws:secretsmanager:eu-west-3:ACCOUNT_ID:secret:/SECRET_NAME#/SECRET_KEY_1 -...
Will be good to implement a "custom command" plugin, that will run a specific command and parse the output to retrieve the value. For example, we have no integration for...
Is it possible to parse JSON secrets from vault, and use JSON as an object in values files? Now vals can parse json, but only 1 key (can't parse whole...
Hi dear maintainers! It looks like the s3 provider does not parse JSON as described on the docs.. I have successfully parsed a YAML file but not a JSON file...
Recently 1Password introduced [Service Accounts](https://developer.1password.com/docs/service-accounts/) > 1Password Service Accounts help automate secrets management in your applications and infrastructure without the need to deploy additional services. This means we can retrieve...
Hello.... Any plan of supporting oracle cloud vault ? It seems there is a Go SDK available that will simplify the integration.
hi, I am using vals and was thinking it could be useful if we were to be able to do something like this ```yaml apiVersion: v1 kind: Secret metadata: name:...
Ref https://github.com/roboll/helmfile/issues/243#issuecomment-700399262