You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
# Second option: listen on the given host and port combination
54
54
- host: localhost
@@ -78,8 +78,8 @@ http:
78
78
79
79
The following additional resources are available, although it is recommended to serve them on a separate listener, not exposed to the public internet:
80
80
81
-
-`name: prometheus`: serves the a Prometheus-compatible metrics endpoint on `/metrics`, if the Prometheus exporter is enabled in `telemetry.metrics.exporter`.
82
-
-`name: health`: serves the health check endpoint on `/health`.
81
+
-`name: prometheus`: serves the a Prometheus-compatible metrics endpoint on `/metrics`, if the Prometheus exporter is enabled in `telemetry.metrics.exporter`.
82
+
-`name: health`: serves the health check endpoint on `/health`.
83
83
84
84
## `database`
85
85
@@ -215,22 +215,21 @@ secrets:
215
215
The service can use a number of key types for signing.
216
216
The following key types are supported:
217
217
218
-
- RSA
219
-
- ECDSA with the P-256 (`prime256v1`) curve
220
-
- ECDSA with the P-384 (`secp384r1`) curve
221
-
- ECDSA with the K-256 (`secp256k1`) curve
218
+
- RSA
219
+
- ECDSA with the P-256 (`prime256v1`) curve
220
+
- ECDSA with the P-384 (`secp384r1`) curve
221
+
- ECDSA with the K-256 (`secp256k1`) curve
222
222
223
223
Each entry must have a unique (and arbitrary) `kid`, plus the key itself.
224
224
The key can either be specified inline (with the `key` property), or loaded from a file (with the `key_file` property).
225
225
The following key formats are supported:
226
226
227
-
- PKCS#1 PEM or DER-encoded RSA private key
228
-
- PKCS#8 PEM or DER-encoded RSA or ECDSA private key, encrypted or not
229
-
- SEC1 PEM or DER-encoded ECDSA private key
227
+
- PKCS#1 PEM or DER-encoded RSA private key
228
+
- PKCS#8 PEM or DER-encoded RSA or ECDSA private key, encrypted or not
229
+
- SEC1 PEM or DER-encoded ECDSA private key
230
230
231
231
For PKCS#8 encoded keys, the `password` or `password_file` properties can be used to decrypt the key.
232
232
233
-
234
233
## `passwords`
235
234
236
235
Settings related to the local password database
@@ -240,7 +239,7 @@ passwords:
240
239
# Whether to enable the password database.
241
240
# If disabled, users will only be able to log in using upstream OIDC providers
242
241
enabled: true
243
-
242
+
244
243
# List of password hashing schemes being used
245
244
# /!\ Only change this if you know what you're doing
0 commit comments