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

Make password prompt specific to authn type #412

Closed szh closed 2 years ago

szh commented 2 years ago

Desired Outcome

When running the conjur login command without passing the username and password via command line arguments, the CLI prompts the user to enter a username and password. The text for the password prompt is currently: Enter your password or API key. This is misleading when using LDAP to login because the API key cannot be used to login via authn-ldap. The prompt text should be accurate for both regular authn (default Conjur authentication) and authn-ldap modes.

Implemented Changes

Connected Issue/Story

N/A

Changelog

Test coverage

Documentation

Behavior

Security