-
LastPass provides the ability to share secrets among users. It has a free level for personal use, but nothing for open source projects.
GitHub can store encrypted secrets and limit them to collabor…
-
Piggybacking on #53, it would be awesome if a TOTP secret could be saved on each of the password fields, not just website, username and password, so that TOTP codes can be generated for websites that …
-
### What problem are you facing?
As a follow up to https://github.com/crossplane/crossplane-runtime/issues/315 and https://github.com/crossplane/crossplane/issues/2366, we would like to have AWS Secr…
-
In #385, I added a code change to natively support retrieving configuration from the [AWS Systems Manager Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-…
-
The current secret path defined in the Harness CLI uses a very generic file name (~/.secrets.json), which has a potential risk of conflicting with other tools (or personal notes) that might use the sa…
-
**What steps did you take and what happened:**
Tried to install secrets-store-csi-driver Helm chart.
1st pod I see being deployed is `secrets-store-csi-driver-upgrade-crds-zkdc2` with a `crds-upgrad…
-
currently the whole workflow config for the backend is stored in the queue.
**This includes the secrets!**
We should inject them at the server if an agent do pull that workflow out of the queue …
-
Secrets should never be committed to your Git Repositories.
Instead either
- use secret files and bind/mount them to a specifc directory/destination inside the doco-cd container so you can access …
-
Currently all ClusterLink secrets are created as type `Opaque`:
```sh
$ kubectl get secret --namespace clusterlink-system
NAME TYPE DATA AGE
cl-controlplane Opaque 2 …
-
## Tell us about the problem you're trying to solve
It turns out that `playload` field of `secrets` store plain password, while `configuration` field of `actor` table stores encrypted secrets. Is it …