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

SwitchAuth role: Missing standard AuthZ Roles #81

Closed sygilber closed 6 years ago

sygilber commented 6 years ago

The current implementation of the switch_auth role supports 3 mgmt authz roles whereas there are 8 standard out-of-the-box AuthZ roles (in 9.04 at least where I checked):

-Global Administrator -Global Read Only Access -Security Administrator

We will look into providing a pull request shortly to extend this ansible role to add the support for the other roles:

-Policy Administration Users -Security Monitoring -Security Viewer -System Administrator -System Monitoring

sygilber commented 6 years ago

Resolved with https://github.com/IBM-Security/isam-ansible-roles/pull/82

Thanks