Maurice Faber
Maurice Faber
**Is your feature request related to a problem? Please describe.** Unrelated npm script calls seem to affect `@generated/typegraphql` resources. I might be mistaken, but vscode frequently seems to lose its...
**Describe the issue** Hi, I can't craft a uniform mutation using generated CRUD resolvers that can process optional properties. Example that does work: variables (phoneNumber is optional but provided): ```json...
If, as according to the docs, we set ```yaml grafana: auth: type: bearer ``` We expect kiali to forward the bearer token it was given, but instead kiali seems to...
Nitpick, but consider people assuming seconds here: wouldn't the client hammer the api?
Hi, it seems Kiali is not following the preferred oidc approach, where an expired token should result in a token refresh request with the authenticating party. If that WOULD be...
When applying `web_root: /kiali`, the openid redirect is made to `.../kiali?...` instead of `.../kiali/?...`. Dump of relevant parts of Kiali CR: ```yaml server: web_root: /kiali/ # with slash doesn't change...
Hi, when `server.auth.strategy: openid` is chosen, it only allows for one openid provider, so why show a login screen? Marketing? It is unnecessary from the users perspective, and at the...
mTLS support
Is mTLS support coming soon? How can we have gateway TLS termination whilst still having mTLS from the gateway controller instance to the backing ingress services?
**Is your feature request related to a problem? Please describe.** Hi, we need to set annotations on any pods running on our cluster, but I can't find the option to...
**What steps did you take and what happened:** we currently split up deployment of gatekeeper in 3 charts, one after another: 1. operator 2. artifacts (includes `config.gatekeeper.sh/v1alpha1` and constraint templates)...