rules_build_secrets icon indicating copy to clipboard operation
rules_build_secrets copied to clipboard

Bazel build rules to make it easier to incorporate secrets into your build process.

Results 5 rules_build_secrets issues
Sort by recently updated
recently updated
newest added

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...