mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-22 00:02:58 +00:00
feat: add separate health probe listener
This adds an optional health probe listener, mostly for use in rutime environments where you want separate public and private listeners. The existing /oauth2/ping endpoint on the main listener is kept for backwards compatibility.
This commit is contained in:
@@ -28,7 +28,8 @@ The following flags are available:
|
||||
| `ingress` | strings | | Comma separated list of ingresses used to access the main application. |
|
||||
| `log-format` | string | `json` | Log format, either `json` or `text`. |
|
||||
| `log-level` | string | `info` | Logging verbosity level. |
|
||||
| `metrics-bind-address` | string | `127.0.0.1:3001` | Listen address for metrics only. |
|
||||
| `metrics-bind-address` | string | `127.0.0.1:3001` | Listen address for metrics only. Empty disables metrics |
|
||||
| `probe-bind-address` | string | | Listen address for health probe. Empty disables health probe. |
|
||||
| `openid.acr-values` | string | | Space separated string that configures the default security level (`acr_values`) parameter for authorization requests. |
|
||||
| `openid.audiences` | strings | | List of additional trusted audiences (other than the client_id) for OpenID Connect id_token validation. |
|
||||
| `openid.client-id` | string | | Client ID for the OpenID client. |
|
||||
|
||||
Reference in New Issue
Block a user