keywhiz icon indicating copy to clipboard operation
keywhiz copied to clipboard

A system for distributing and managing secrets

Results 53 keywhiz issues
Sort by recently updated
recently updated
newest added

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...

Hi guys, sorry to bother. Where can I find the automation API docs, about the interface explanations and use cases? I'd like to develop with URL requests. Thanks a lot.

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 building the Dockerfile with mysql 8 running, specifically 8.0.21, and...

https://github.com/square/keywhiz/blob/dc93a41e1a7472a6046540e4964e3a565e13c018/pom.xml#L299 CVE-2019-10219 CVE-2020-10693 Recommended upgrade version:6.0.20.Final

Followed the instructions for building the server component on CentOS 8 using `mvn package -am -pl server` ```[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project keywhiz-testing: Fatal error compiling:...

The ClientAuthFactory for Keywhiz clients allows clients to be identified based on * the SecurityContext of the connection to Keywhiz * a certificate forwarded in the "x-forwarded-client-cert" header (used by...

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...

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 .`...

help wanted
Hacktoberfest

We currently rely on the CN in client cert subjects. We should support SPIFFE identities. https://github.com/spiffe/svid/blob/master/SPECIFICATION.md The first step would be figuring out how to map keywhiz clients to SVID...