Skip to content

Commit

Permalink
docs: fix keycloak auth server URL config
Browse files Browse the repository at this point in the history
  • Loading branch information
smccarthy-ie authored and carlesarnal committed Jul 28, 2023
1 parent d6f18de commit 9e39c2d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@ This chapter provides details on the following configuration options:
[id="registry-security-authn-keycloak"]
== {registry} authentication using OpenID Connect with {keycloak}

You can set the following environment variables to configure authentication for the {registry} web console and API using {keycloak}:
You can set the following environment variables to configure authentication for the {registry} web console and API with {keycloak}:

.Configuration for {registry} authentication options
.Configuration for {registry} authentication with {keycloak}
[.table-expandable,width="100%",cols="5,6,2,4",options="header"]
|===
|Environment variable
|Description
|Type
|Default
|`AUTH_ENABLED`
|Enables or disables authentication in {registry}. When set to `true`, the environment variables that follow are required.
|Enables authentication in {registry}. When set to `true`, the environment variables that follow are required.
|String
|`false`
|`KEYCLOAK_URL`
|The URL of the {keycloak} authentication server to use. Must end with `/auth`.
|The URL of the {keycloak} authentication server. For example, `\http://localhost:8080`.
|String
|-
|`KEYCLOAK_REALM`
|The {keycloak} realm used for authentication.
|The {keycloak} realm for authentication. For example,`registry.`
|String
|-
|`KEYCLOAK_API_CLIENT_ID`
Expand Down

0 comments on commit 9e39c2d

Please sign in to comment.