denominator icon indicating copy to clipboard operation
denominator copied to clipboard

allow provider-specific args in the cli

Open codefromthecrypt opened this issue 11 years ago • 3 comments

currently, in order to specify credentials, we have to use the abstract -c flag for each part.

ex. denominator -p ultradns -c username -c password zone list

If we instead group on provider, we can detect what the exact values should be.

ex. denominator route53 --accessKey ... --secretKey ... zone list

In this case, airline would read Provider.defaultCredentialSupplier() to see if args are even required, or Provider.getCredentialTypeToParameterNames() to see what the argument names should be.

codefromthecrypt avatar Mar 02 '13 18:03 codefromthecrypt

+1

jdamick avatar Mar 09 '13 19:03 jdamick

via @kiall

It's "normal" for OpenStack APIs to need to specify the region you want to interact with, so having that as a config option would be the norm

codefromthecrypt avatar Jul 08 '13 16:07 codefromthecrypt

Can I get unassigned from this?

brianm avatar Nov 19 '17 16:11 brianm