IBM-Security / isam-ansible-roles

Ansible Custom Modules, Handlers and Tasks for ISAM. Requires "ibmsecurity" python package.
Apache License 2.0
24 stars 43 forks source link

Adds missing extProperties property to add_oauth_client and set_oauth_client roles #117

Closed kalemontes closed 5 years ago

kalemontes commented 5 years ago

Since ISAM 9.0.5 there is an extra attribute, when Register(ing) an API protection client. From the API documentation :

extProperties : Dynamic Client information. This is free form JSON.

This is already implemented on the ibmsecurity python library, https://github.com/IBM-Security/ibmsecurity/pull/115.

So i'll be great to add it to the associated ansible roles.