Skip to content

Commit

Permalink
Merge pull request #27002 from sberyozkin/fix_jwt_docs_typo
Browse files Browse the repository at this point in the history
Fix smallrye.jwt.client.tls.hosts property name typo in the docs
  • Loading branch information
gsmet authored Jul 28, 2022
2 parents 0e3fde5 + 3819a4b commit f1b54c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/security-jwt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ SmallRye JWT provides more properties which can be used to customize the token p
|smallrye.jwt.token.decryption.kid|none|Decryption Key identifier. If it is set then the decryption JWK key as well every JWT token must have a matching `kid` header.
|smallrye.jwt.client.tls.certificate.path|none|Path to TLS trusted certificate which may need to be configured if the keys have to be fetched over `HTTPS`.
|smallrye.jwt.client.tls.trust-all|false|Trust all the hostnames. If the keys have to be fetched over `HTTPS` and this property is set to `true` then all the hostnames are trusted by default.
|smallrye.jwt.client.tls.trusted.hosts|none|Set of trusted hostnames. If the keys have to be fetched over `HTTPS` and `smallrye.jwt.client.tls.trust-all` is set to `false` then this property can be used to configure the trusted hostnames.
|smallrye.jwt.client.tls.hosts|none|Set of trusted hostnames. If the keys have to be fetched over `HTTPS` and `smallrye.jwt.client.tls.trust-all` is set to `false` then this property can be used to configure the trusted hostnames.
|smallrye.jwt.http.proxy.host|none|HTTP proxy host.
|smallrye.jwt.http.proxy.port|80|HTTP proxy port.
|smallrye.jwt.keystore.type|`JKS`|This property can be used to customize a keystore type if either `mp.jwt.verify.publickey.location` or mp.jwt.decrypt.key.location` points to a `KeyStore` file. If it is not set then the file name will be checked to determine the keystore type before defaulting to `JKS`.
Expand Down

0 comments on commit f1b54c0

Please sign in to comment.