Skip to content

Commit

Permalink
add missing arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Sep 16, 2024
1 parent bd81b2c commit b4ecbb0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions roles/identity/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ argument_specs:
description:
Set the base URL for frontend URL and admin console, including scheme, host, port and path.
Will override identity_keycloak_host, identity_keycloak_http_port.
identity_default_realm_id:
type: str
default: alfresco
description: |
The id of the default realm to be created
identity_default_client_id:
type: str
default: alfresco
description: |
The id of the default client to be created
identity_default_client_implicit_flow_enabled:
type: bool
default: true
Expand Down

0 comments on commit b4ecbb0

Please sign in to comment.