Skip to content

Update auth options for command-line tools

Duncan Macleod requested to merge tool-auth-options into master

This PR updates the command-line options for the command-line tools to all have the same options interface:

  • -i/--identity-provider is required if ECP_IDP is not set
  • if no arguments given, username/password will prompt
  • if -u/--username is given, only password will prompt
  • if -k/--kerberos is given, no prompt, use kerberos

This is backwards-incompatible, but this tool isn't widely established yet, so its probably ok.

Merge request reports