cyberark / cyberark-conjur-cli

CyberArk Conjur command line interface written in Python
https://www.conjur.org
Apache License 2.0
17 stars 16 forks source link

Use new `role_exists` API method #421

Closed szh closed 2 years ago

szh commented 2 years ago

Depends on https://github.com/cyberark/conjur-api-python/pull/35

Implemented Changes

Refactored the "role exists" command to use the new role_exists method in the API library which has a smaller network footprint and handles the different status codes for us.

Connected Issue/Story

N/A

Changelog

Test coverage

Documentation

Behavior

Security