The Wayback Machine - https://web.archive.org/web/20200704035528/https://github.com/topics/secret-management
Skip to content
#

secret-management

Here are 160 public repositories matching this topic...

dgsardina
dgsardina commented Nov 28, 2019

Small feature request. I am using helmfile for the deployment of our k8s infrastructure and wanted to use sops for encryption of secrets. I need to use the --keyservice but as I am calling sops inside a wrapper (helmfile) of a wrapper (helm secrets) I cannot pass this variable to sops in a clean way.

Could you provide an alternative way to provide this option to sops in the .sops.conf and/or i

an-excellent-choice
an-excellent-choice commented Jun 19, 2019

The regex test if [[ $yml =~ ^(.*/)?secrets(\.[^.]+)*\.yaml$ ]] does not match the helm secrets help text, at least on OSX.

secrets.dev.yaml functions properly; secrets-dev.yaml fails to decrypt; helm secrets implies it should: wrapper that decrypts secrets[.*].yaml

grcancelliere
grcancelliere commented Dec 30, 2019

while zsh handles binary data correctly in its process substitution, other shells like bash and fish don't.

zsh:

% print -R -n - $pass | wc -c
509

bash:

-bash: warning: command substitution: ignored null byte in input
$ echo -n -e $pass | wc -c
507

fish:

> echo -n -e $pass | wc -c
323

In order to pass the correct key to cryptsetup I th

jodyhuntatx
jodyhuntatx commented Nov 14, 2019

As a Developer, I want to know why a Follower is not authenticating my application, so that I can address the issue without a lot of trial & error.

GIVEN an application deployed in K8s/OCP with the authenticator client
WHEN the the Follower rejects the authn request
THEN post the error message such that it is visible in the Follower log at the default log level.

Developer Notes

In /opt

LorensK
LorensK commented Aug 17, 2018
ISSUE TYPE
  • Bug Report
COMPONENT NAME
  • gui
  • documentation
CONFIGURATION
OS / ENVIRONMENT

Java GUI on MacOS

SUMMARY

It is not totally obvious to a new user of the GUI that even if they have selected a secret, clicking "Policies" will edit the policy of the whole group. Of course, users should know that policies are per group and not per secret,

secretless-broker

Improve this page

Add a description, image, and links to the secret-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the secret-management topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.