Skip to content

Commit

Permalink
Fix oidc documentation (#5265)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal authored Sep 27, 2024
1 parent 7402c7c commit 37912d3
Showing 1 changed file with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ You can set the following environment variables to configure authentication for
|The URL of the {keycloak} authentication server. For example, `\http://localhost:8080`.
|String
|-
|`KEYCLOAK_REALM`
|The {keycloak} realm for authentication. For example, `registry.`
|String
|-
|`QUARKUS_OIDC_CLIENT_ID`
|The client ID for the {registry} REST API.
|String
Expand All @@ -72,11 +68,11 @@ By default, {registry} supports authentication by using OpenID Connect. Users or
|Type
|Default value
|`QUARKUS_OIDC_TENANT_ENABLED`
|`registry.auth.enabled`
|`apicurio.auth.enabled`
|Boolean
|`false`
|`CLIENT_CREDENTIALS_BASIC_QUARKUS_OIDC_TENANT_ENABLED`
|`registry.auth.basic-auth-client-credentials.enabled`
|`CLIENT_CREDENTIALS_BASIC_ENABLED`
|`apicurio.auth.basic-auth-client-credentials.enabled`
|Boolean
|`false`
|===
Expand All @@ -96,7 +92,7 @@ When using {keycloak}, it is best to set this configuration to your {keycloak} J
|Type
|Default value
|`CLIENT_CREDENTIALS_BASIC_CACHE_EXPIRATION`
|`registry.auth.basic-auth-client-credentials.cache-expiration`
|`apicurio.auth.basic-auth-client-credentials.cache-expiration`
|Integer
|`10`
|===
Expand All @@ -116,7 +112,7 @@ You can set the following options to `true` to enable role-based authorization i
|Type
|Default value
|`QUARKUS_OIDC_TENANT_ENABLED`
|`registry.auth.enabled`
|`apicurio.auth.enabled`
|Boolean
|`false`
|`APICURIO_AUTH_ROLE_BASED_AUTHORIZATION`
Expand Down Expand Up @@ -268,7 +264,7 @@ You can set the following options to `true` to enable owner-only authorization f
|Default value

|`QUARKUS_OIDC_TENANT_ENABLED`
|`registry.auth.enabled`
|`apicurio.auth.enabled`
|Boolean
|`false`

Expand Down Expand Up @@ -303,7 +299,7 @@ To enable authenticated read access, you must first enable role-based authorizat
|Type
|Default value
|`QUARKUS_OIDC_TENANT_ENABLED`
|`registry.auth.enabled`
|`apicurio.auth.enabled`
|Boolean
|`false`
|`APICURIO_AUTH_AUTHENTICATED_READS_ENABLED`
Expand Down Expand Up @@ -332,7 +328,7 @@ calls to the REST API, set the following options to `true`:
|Type
|Default value
|`QUARKUS_OIDC_TENANT_ENABLED`
|`registry.auth.enabled`
|`apicurio.auth.enabled`
|Boolean
|`false`
|`APICURIO_AUTH_ANONYMOUS_READ_ACCESS_ENABLED`
Expand Down

0 comments on commit 37912d3

Please sign in to comment.