mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 16:41:30 -07:00
Merge pull request #223 from world-direct/feature/222_mvn_providers
Feature/222 keycloak_quarkus: Add support for custom providers hosted on MVN
This commit is contained in:
commit
477ce5eaa3
7 changed files with 98 additions and 10 deletions
|
@ -395,7 +395,7 @@ argument_specs:
|
|||
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 }"
|
||||
description: "List of provider definition dicts: { 'id': str, 'spi': str, 'url': str, 'local_path': str, 'maven': { 'repository_url': str, 'group_id': str, 'artifact_id': str, 'version': str, 'username': str, optional, 'password': str, optional }, 'default': bool, 'properties': list of key/value }"
|
||||
default: []
|
||||
type: "list"
|
||||
keycloak_quarkus_supported_policy_types:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue