Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow provider-specific args in the cli #30

Open
codefromthecrypt opened this issue Mar 2, 2013 · 3 comments
Open

allow provider-specific args in the cli #30

codefromthecrypt opened this issue Mar 2, 2013 · 3 comments

Comments

@codefromthecrypt
Copy link
Contributor

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.

@ghost ghost assigned brianm Mar 2, 2013
@jdamick
Copy link
Contributor

jdamick commented Mar 9, 2013

+1

@codefromthecrypt
Copy link
Contributor Author

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

@brianm
Copy link

brianm commented Nov 19, 2017

Can I get unassigned from this?

@brianm brianm removed their assignment Nov 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants