mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-22 06:38:05 -04:00
apply feedback
Signed-off-by: Jorge Turrado <jorge.turrado@mail.schwarz>
This commit is contained in:
parent
e69806289a
commit
f0325c5875
1 changed files with 3 additions and 3 deletions
|
|
@ -779,11 +779,11 @@ client_id: <string>
|
|||
# It is mutually exclusive with `client_secret`.
|
||||
[ client_secret_file: <filename> ]
|
||||
|
||||
# RSA key to sign JWT with. Only used if
|
||||
# Secret key to sign JWT with. Only used if
|
||||
# GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
|
||||
[ client_certificate_key: <secret> ]
|
||||
|
||||
# Read the RSA key from a file.
|
||||
# Read the secret key from a file.
|
||||
# It is mutually exclusive with `client_certificate_key`.
|
||||
[ client_certificate_key_file: <filename> ]
|
||||
|
||||
|
|
@ -791,7 +791,7 @@ client_id: <string>
|
|||
# GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
|
||||
[ client_certificate_key_id: <string> ]
|
||||
|
||||
# RSA algorithm used to sign JWT token. Only used if
|
||||
# Signature algorithm used to sign JWT token. Only used if
|
||||
# GrantType is set to "urn:ietf:params:oauth:grant-type:jwt-bearer".
|
||||
# Default value is RS256 and valid values RS256, RS384, RS512
|
||||
[ signature_algorithm: <string> ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue