James Munnelly
James Munnelly
**Is your feature request related to a problem? Please describe.** As a user of cert-manager, I often want to have multiple certificates all with a similar set of configuration, or...
This PR adds support for redis authentication through the REDIS_PASSWORD environment variable. For a production-ready environment this is a requirement for us!
This adds support for ExternalAccountBindings into the `crypto/acme` client. It is based on section 7.3.4 of RFC8555: https://tools.ietf.org/html/rfc8555#section-7.3.4 I have tested this against Pebble with support for EABs https://github.com/letsencrypt/pebble/pull/288 as...
In order to make features like `kubectl explain` work to easily inspect the schema of custom resources, setting `preserveUnknownFields` to false is required. You can read more details here: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields...
We have discussed running a soak test cluster to ensure the health of Cassandra and Elasticsearch databases managed by Navigator. We could also build a small binary that runs and...
By writing our e2e tests in Go, we develop far more intricate tests. We should look to rewrite our existing e2e tests into the same format, and from there look...
Elasticsearch optionally supports security through X-Pack (when using a non-basic license). Currently, it's hard coded to disabled x-pack auth in order to simplify the Pilot (as it's local elasticsearch client...
It should be possible to easily enable TLS on an Elasticsearch cluster. Initially, an implementation that relies upon cert-manager for signing certificates in its simplest form (e.g. a Certificate resource...
We need to work out and implement the best practice method for changing the minimumMasters field. Until we do, it isn't possible to safely scale a node pool of Elasticsearch...