bitops icon indicating copy to clipboard operation
bitops copied to clipboard

Secrets management

Open mickmcgrath13 opened this issue 4 years ago • 6 comments

  • Examples in docs (before scritps, etc)
  • external secrets manager support (vault, etc) - pluggable if possible
  • encrypt in place patterns (helm secrets, sops, etc)

mickmcgrath13 avatar Sep 29 '20 22:09 mickmcgrath13

@mickmcgrath13 isn't all that solved by bash already?

frank-dspeed avatar Oct 01 '20 06:10 frank-dspeed

Anisble support implemented in: https://github.com/bitovi/bitops/pull/68

dylan-bitovi avatar Mar 02 '21 19:03 dylan-bitovi

@frank-dspeed Bash allows you to do all of these things, yes. The purpose of this ticket is:

  1. what (if any) secrets management do we want to provide OOTB with bitops
  2. how to leverage bash scripts within the context of BitOps (i.e. before/after hooks)

mickmcgrath13 avatar Mar 02 '21 20:03 mickmcgrath13

thanks @dylan-bitovi ! Please add a link to your secrets management blog post into this ticket once it's public, too

mickmcgrath13 avatar Mar 02 '21 20:03 mickmcgrath13

Blog is up! https://www.bitovi.com/blog/devops-automation-using-stackstorm-bitops-secrets

dylan-bitovi avatar Mar 04 '21 16:03 dylan-bitovi

Remaining tasks for this is to add the generic secrets management pattern to the docs.

We can add support for specific secrets management tools (like vault) as the need(s) arise.

mickmcgrath13 avatar Apr 08 '21 13:04 mickmcgrath13