Skip to content

Commit

Permalink
Modify install file for authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Jan 29, 2025
1 parent 5733cbf commit 5792da3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions operator/install/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,29 @@ spec:
app:
description: Configure Apicurio Registry backend (app) component.
properties:
auth:
description: |
Configure authentication and authorization of Apicurio Registry.
properties:
appClientId:
description: |-
Apicurio Registry backend clientId used for OIDC authentication.
In Identity providers like Keycloak, this is the client id used for the Quarkus backend application
type: string
authEnabled:
description: |-
Enable Apicurio Registry Authentication.
In Identity providers like Keycloak, this is the client id used for the Quarkus backend application
type: boolean
authServerUrl:
description: URL of the identity server.
type: string
uiClientId:
description: |-
Apicurio Registry UI clientId used for OIDC authentication.
In Identity providers like Keycloak, this is the client id used for the frontend React application
type: string
type: object
env:
description: Configure a list of environment variables that will
be passed to this components' container.
Expand Down

0 comments on commit 5792da3

Please sign in to comment.