rules_build_secrets
rules_build_secrets copied to clipboard
Bazel build rules to make it easier to incorporate secrets into your build process.
Add the full set of directives that need to be added to WORKSPACE in order to use environment_secrets. This seems to be the approach preferred in Bazel-land (see rules_docker for...
This augments the `environment_secrets` repository rule to also emit `secrets.json` alongside `secrets.bzl`. This allows application code to parse the JSON file rather than the skylark file to retrieve all secrets....
Hope it's ok that I'm creating an issue, it doesn't specifically say how to provide feedback. I'm considering using a rule like this to manage secrets in a multi-project monorepo...