-
When I open https://localhost:4444/ , I get this error:
```
HTTP ERROR 404
Problem accessing /. Reason:
Not Found
Powered by Jetty://
```
-
Please add functionality to the image fetch to log a warning if the logo dimensions are smaller (in either direction than the large logo dimensions (and output both sets of dimensions).
That will b…
-
Secret syncing in Keysync should track the status of secrets in more detail and avoid re-fetching secrets which have not changed since the last sync.
-
Is it possible to get Kubernetes keep its Secrets in HashiCorp Vault ?
https://github.com/hashicorp/vault/issues/377
Alex
-
When a secret is created (in `secretDAO.createSecret()` or `secretDAO.createOrUpdateSecret()`), if the new secret has the same name as a secret which was previously deleted, the old entry in the `secr…
-
When deploying a RoR application which used Bundler, and which attempted to fetch some dependances via git, the following error resulted:
```
Fetching git@github.com:rails-sqlserver/tiny_tds.git
Host…
-
Shrink SVGs that are bigger than 100 kB. Recall that the Zookeeper logo is available as PSD: https://svn.apache.org/repos/asf/zookeeper/logo/
```sh
$ ls -lS cached_logos/
total 16560
-rw-r--r--@…
-
This is an offshoot of #1863. The goal is to make secrets pluggable so that you can implement your own custom secret backend and logic.
Some examples of how you would use this plugin:
* source s…
-
Currently this plugin can load certificates from a local filesystem. However, that's not always possible (think of PaaS environments which discourage local FS use). We should make it possible to load …
-
Just tried to generate Keywhiz JOOQ Model for postgres and it's failing with `Found more than one migration with version 3.6` error. As a workaround, I had to rename one of the migration file
```r…