Update plugins/modules/keycloak_authz_resource.py

Co-authored-by: Mark Armstrong <markparmstrong@gmail.com>
This commit is contained in:
Maximilian Pohle 2024-09-13 13:44:58 +02:00 committed by GitHub
parent 25f485a342
commit 3b6d35e28e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -227,7 +227,7 @@ def main():
module.fail_json(msg='Invalid client %s for realm %s' %
(client_id, realm))
# Get current state of the permission using its name as the search
# Get current state of the resource using its name as the search
# filter. This returns False if it is not found.
resource = kc.get_authz_resource_by_name(
name=name, client_id=cid, realm=realm)