Open logabot opened 1 year ago
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
cc @eikef @kris2kris @mattock @ndclt click here for bot help
cc @thomasbach-dev click here for bot help
Summary
Some of keycloak modules( example keycloak_realm.py ) don't allow to use grant_type = client_credentials. In argument I can't define auth_client_secret without
auth_username
andauth_password
. https://github.com/ansible-collections/community.general/blob/6d0bcec1cb579ce7244b3042177d44ca1abd9573/plugins/modules/keycloak_realm.py#L692-L697In module_utils grant_type is hardcoded. https://github.com/ansible-collections/community.general/blob/6d0bcec1cb579ce7244b3042177d44ca1abd9573/plugins/module_utils/identity/keycloak/keycloak.py#L164-L180
You can allow to define custom grant_type or one of.
Issue Type
Feature Idea
Component Name
keycloak_realm
Additional Information
Code of Conduct