jarrettprosser

Results 9 comments of jarrettprosser

This would be useful for our use case also, we often deploy into environments with multiple LDAP servers.

Thanks @nabokihms, that's really helpful. I'll keep an eye on that thread.

This is also an issue for an application we are currently deploying. Support for CORS headers, similar to the nginx ingress controller, would be very useful.

I came across this issue also. When deploying the helm chart with the default configuration and the nifi-registry enabled, deployment of the secret failed with the error `Secret "nifi-registry-config" is...

Yes, I've also tested the helm hook annotations on the CRDs and found that I get the same error as the original post.

I also came across this issue when using `sops 3.7.1/gpg 2.3.1` on Mac to encrypt files, trying to decrypt files in Ubuntu with `gpg 2.2.20`. Glad to see there's a...

I am running into the same issue configuring an ingress subpath. Though I have MINIO_BROWSER_REDIRECT_URL configured, the console is still serving resources at `/` and so I get the same...

@ajitksingh1 As I am using this as a subchart, I downloaded the files into the `charts` directory of my main chart, deleted the files `data/nifi-registry-primary.mv.db` and `templates/secret.yaml`, and then the...

I've tested the fork this change is based on and found that in the case of a public client, Dex will issue client credentials for the public client if I...