-
Keywhiz should not require a configured CookieKey. It should automatically generate one if not present, and store it in the database like any other secret.
-
I got
```
driver.go:14:2: import "github.com/square/keywhiz-fs" is a program, not an importable package
```
when I run
```
go get github.com/calavera/docker-volume-keywhiz
```
I am using go1.6.
-
As evidenced by this output:
```
keywhiz.cli describe secret --name shh.2016-01-26T23:49:27Z.key
Exception in thread "main" java.lang.IllegalArgumentException: Invalid name, must match ^[a-zA-Z_0-9\-…
sqshh updated
11 months ago
-
I am now at a crossroads between choice Keywhiz and vaultproject
vaultproject have Jenkins plugin https://wiki.jenkins-ci.org/display/JENKINS/HashiCorp+Vault+Plugin
but I love Java =), and think…
-
The README.md mentions any version higher than 5.7 is fine:
https://github.com/square/keywhiz/blob/5c5eb3727d224f5e89d41eb448e89777dd0fa30a/README.md#L15
But I don't think that's true as I tried…
-
Keywhiz has support for local admin users, or pulling them from LDAP.
But we should support SSO schemes. Our abstraction for a user is not good enough to support this today: We abstract away the ide…
-
This is probably not your problem, but it is making it hard for people to test the project.
When building the image with:
`docker build --rm --force-rm -t square/keywhiz .`
I get:
```
[IN…
-
Hi Square Team,
We have a big deployment of Keywhiz (over 23 servers) running 0.8.0. I am trying to test the upgrade and it is not easy because the Java 11 change and the DAtabase changes as well.…
-
Hi guys, sorry to bother. I do really need a help when I send requests.
Using curl or python requests lib to send GET or POST to keywhiz server, I encounter such an error as below. It seems that th…
-
How does
```
AWS_ACCESS_KEY_ID secrets/services/aws:id
```
Indicate that we're pulling from Vault specifically (as opposed to Keywhiz)? Shouldn't it be something like:
```
AWS_ACCESS_KEY_ID …