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

Add warning that Windows users persist login status #430

Closed andytinkham closed 1 year ago

andytinkham commented 1 year ago

Desired Outcome

There's a warning on the README so that Windows users can learn that the CLI persists login status across sessions by default. Communicate the work-arounds of logging out after each session, or setting the KEYRING_PROPERTY_PERSIST environment variables.

Implemented Changes

Added Security section to README.md