Skip to content

Commit

Permalink
Update extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/h…
Browse files Browse the repository at this point in the history
…ttp/runtime/AuthRuntimeConfig.java

Co-authored-by: Ladislav Thon <[email protected]>
  • Loading branch information
sberyozkin and Ladicek authored Nov 28, 2023
1 parent c91f800 commit 590edf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class AuthRuntimeConfig {
* Use it only if the mTLS authentication mechanism is enabled with either
* `quarkus.http.ssl.client-auth=required` or `quarkus.http.ssl.client-auth=request`.
* <p/>
* Properties file is expected to have the `CN:role1,role,...,roleN` format.
* Properties file is expected to have the `CN=role1,role,...,roleN` format.
*/
@ConfigItem
public Optional<Path> certificateRoleProperties;
Expand Down

0 comments on commit 590edf6

Please sign in to comment.