James Munnelly

Results 41 issues of 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...

area/api
kind/feature
priority/backlog
priority/important-soon

This PR adds support for redis authentication through the REDIS_PASSWORD environment variable. For a production-ready environment this is a requirement for us!

enhancement

Reverts jetstack/kube-lego#331

size/XS

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

cla: yes

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

area/test

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

kind/feature
area/elasticsearch

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

kind/feature
area/elasticsearch

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

kind/feature
area/elasticsearch