Skip to content

Commit 590d8e4

Browse files
authoredNov 20, 2024··
update env var docs for keycloak (#5551)
1 parent 86c476b commit 590d8e4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎docs/modules/ROOT/partials/getting-started/ref-registry-security-configuration.adoc

+16
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,22 @@ You can set the following environment variables to configure authentication for
5252
|The client ID for the {registry} web console.
5353
|String
5454
|`apicurio-registry`
55+
56+
|`QUARKUS_OIDC_TLS_TRUST_STORE_FILE`
57+
| Specifies the file path to the TLS trust store used by Quarkus for securing OpenID Connect (OIDC) communications. The trust store can be populated with the trusted certificates needed to establish secure TLS connections with the OIDC provider.
58+
|String
59+
|-
60+
61+
|`QUARKUS_OIDC_TLS_TRUST_STORE_PASSWORD`
62+
|The password required to access the TLS trust store file.
63+
|String
64+
|-
65+
66+
|`ROLE_BASED_AUTHZ_ENABLED`
67+
|Enables or disables role-based authorization.
68+
|Boolean
69+
|False
70+
5571
|===
5672

5773
[discrete]

0 commit comments

Comments
 (0)
Please sign in to comment.