Providers config and custom providers

This commit is contained in:
Guido Grazioli 2024-04-30 10:45:20 +02:00
commit 43b9ffcb64
7 changed files with 75 additions and 0 deletions

View file

@ -372,6 +372,10 @@ argument_specs:
description: "Activation delay for service systemd unit (seconds)"
default: 10
type: 'int'
keycloak_quarkus_providers:
description: "List of provider definition dicts: { 'id': str, 'spi': str, 'url': str, 'default': bool, 'properties': list of key/value }"
default: []
type: "list"
downstream:
options:
rhbk_version: