Benoit Gagnon

Results 15 issues of Benoit Gagnon

### blackbox_exporter version: v0.17.0 ### What did you do that produced an error? Replaced `probe_ssl_earliest_cert_expiry ` with `probe_ssl_last_chain_expiry_timestamp_seconds` in our alert definitions to fix issue #340 ### What did you...

If verification is disabled, there won't get any chains to verify, and a timestamp value cannot be produced. Skip the metric altogether. Fixes #653

Add the ability to filter out entire packages and/or modules from the profiling report.

enhancement

As an alternative to `Basic` auth with username and password, offer OAuth 1.0a integration: https://developer.atlassian.com/server/jira/platform/oauth/

The current probes used in the example deployments are rather crude: ``` livenessProbe: httpGet: path: /healthz port: 8000 readinessProbe: tcpSocket: port: 8001 initialDelaySeconds: 15 periodSeconds: 10 ``` The readiness probe...

area/httpproxy
lifecycle/stale

We have a need for geo-location of incoming client requests for application routing decisions. Contour supports source IP preservation in various ways, including the `PROXY` protocol. We think we can...

lifecycle/stale

_This is only about Contour's logs, not Envoy logs._ The request is to add a CLI flag that turns on JSON formatting for the logs. The default output is structured...

kind/feature
blocked/needs-product
lifecycle/stale
area/deployment

Currently, the `--use-proxy-protocol` adds the filter on all listeners (HTTP and HTTPS). This prevents Envoy from answering direct requests that do not speak the `PROXY` protocol. Example: ``` --envoy-service-http-port=80 --envoy-service-https-port=443...

kind/feature
priority/important-longterm
blocked/needs-product
blocked/needs-design
lifecycle/stale

An optional argument to `treq.HTTPClient` could allow a user to plug in an alternative JSON implementation, with the expectation that it has the basic `dumps()` and `loads()` functions. If `treq`...

enhancement

This popular registry hosts all official images for Elastic products: https://docker.elastic.co It looks like it supports a standard V2 API, for example: https://docker.elastic.co/v2/elasticsearch/elasticsearch/tags/list

documentation