-
$ yarn prebuild
yarn run v1.3.2
$ npm run fetch && npm run lint && npm run clean-dist
> cncf-interactive-landscape@1.0.0 fetch /Users/dan/Dropbox/Documents/dev/filterable-landscape
> babel-node …
-
In the function Hkdf.java/ extract(@Nullable SecretKey salt, byte[] ikm)
`Mac mac = initMac(salt);`
`byte[] keyBytes = mac.doFinal(ikm);`
Should it be
`Mac mac = initMac(ikm);`
`byte[] keyByt…
-
**Proposal**
Allow specifying an existing gcloud TLS cert (via annotations) in the ingress resource.
**Security Concern**
My current understanding of kubernetes secrets on GCE is that they are stor…
-
Steps followed
* Cloned the repo `https://github.com/square/keywhiz`
* Installed JCE `Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files`
* Ran `mvn install -P h2`
…
-
Warning: Portus has no twitter but its crunchbase https://www.crunchbase.com/organization/suse has a twitter: http://twitter.com/SUSE
Warning: Keywhiz has no twitter but its crunchbase https://www.cr…
-
Seems like these tests are not idompotent and failing all the times.
Steps to reproduce the error,
1 . Install new postgresql server (i used `9.2`)
2 . Install JDK & unlimited strength JCE cry…
-
https://github.com/blog/2228-simpler-github-pages-publishing
We have a somewhat janky "deploy.sh" script for rebuilding the website and deploying.
We should rename /website to /docs, and replace dep…
-
I'm evaluating Keywhiz and I can't access the API docs through the github pages site.
-
Passing the arbiter token and https certs via Env vars is not best practice.
Docker 1.13 has support for secrets management see, [Manage sensitive data with Docker secrets](https://docs.docker.com…
-
Hi I would to question if the browser is intended to not allow the client to access this webpage:
https://localhost:4444/admin/secrets
This was I got on the browser
`HTTP ERROR 401`
`Problem acces…