harmjanblok
harmjanblok
**Describe the solution you'd like** A prometheus exporter which exports the EoL dates for one or more products as prometheus metrics. Various exporters already provide metrics with the version an...
**What would you like to be added**: An option in the cluster configuration to specify a non-default HAproxy image. **Why is this needed**: In a lot of corporate environments only...
Currently the jetstream installer hardcoded the cluster domain to `cluster.local`, for example on [controllers/eventbus/installer/jetstream.go#L626](controllers/eventbus/installer/jetstream.go#L626). For clusters that override the default with the [`--cluster-domain`](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/) kubelet flag, the cluster domain part should...
Quote from the OpenID Connect specification: > OpenID Connect defines the following Authorization Request parameter to enable requesting individual Claims. > > The claims Authentication Request parameter requests that specific...
The `acr_values` can be specified as `option` parameter, but are currently not included in the Authentication Request. OpenID Connect (http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest) specifies this as an optional parameter.
Optionally the ID Token (http://openid.net/specs/openid-connect-core-1_0.html#IDToken) can contain the `acr` value, which 'confirms' the performed authentication. > Authentication Context Class Reference. String specifying an Authentication Context Class Reference value that identifies...
We've deployed hazelcast inside kubernetes using a [headless service](https://kubernetes.io/docs/concepts/services-networking/service/#headless-services) for hazelcast. When hazelcast restarts, the exporter should reconnect as the IP for hazelcast changed (headless service). ```bash 2022-11-17 10:46:43.724 [Broker-0-Exporter-1]...
I'm not sure if this is the correct place to report, but the documentation on https://registry.terraform.io/providers/vmware/vcd/latest/docs/resources/service_account is not up-to-date compared to /website/docs/r/service_account.html.markdown. `vcd_service_account` doesn't have a `role` attribute, but only...