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

Credential_store_factory.py now return store only. #368

Closed mbenita-Cyberark closed 2 years ago

mbenita-Cyberark commented 2 years ago

Desired Outcome

create_credential_store function currently returns a tupple. 1. credential_store, 2. the credentials source credentials source is used for logging and exception details. there is no good reason to return a tuple here. This pr fix this by returning credential_store instead of tuple, and added api for getting credentials source from credential_store

Implemented Changes

Changelog

Test coverage

Documentation

Behavior

Security