-
#### Describe the task
Task: explore and understand how to use this and how would it fit in our current deployment pipeline
options:
- Vault: https://developer.gov.bc.ca/docs/default/component/pl…
-
Currently, this is my personal system and there are no important / sensitive secrets included besides the default password
As I make the setup better, I should integrate secrets management into the…
-
Where should secrets or sensitive data (like API keys) be stored?
Currently, sensitive data is stored in Kubernetes as `Secrets`, but these are just base64 encrypted, and do not offer audit or rota…
-
Secrets management is considered different from configuration management due to the nature of the sensitivity of the secret value. I propose we consider adding an additional interface dedicated for se…
-
## Summary
Setting up a credential in the AAP GUI and then running the credentials role with the same credential configured in controller_credentials and using "update_secrets: false" rep…
-
Currently the DB password and username are hardcoded into the application.properties file.
Research best way to solve this issue and implement.
-
- Examples in docs (before scritps, etc)
- external secrets manager support (vault, etc) - pluggable if possible
- encrypt in place patterns (helm secrets, [sops](https://github.com/mozilla/sops), e…
-
**Describe the bug:**
I noticed that we store all the values filled in the Cloud Security Posture form, even the ones not used. For example I added a random secret access key for cspm aws and kspm e…
-
As recently experienced, having a bus factor of 1 for critical items like secrets can become a huge blocker for even the most basic of tasks. Given the occasionally transient nature of contributors, w…
-
### Expected Behavior
as a gradle user, I would like to specify secrets (credentials, ssh keys, ...) at possibly one place, with gradle providing variable binding, so I can later use any given secret…