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 use of password as alternative to API key #372

Open
lblackstone opened this issue Nov 13, 2015 · 2 comments
Open

Allow use of password as alternative to API key #372

lblackstone opened this issue Nov 13, 2015 · 2 comments
Milestone

Comments

@lblackstone
Copy link

It appears that an API key is currently the only supported credential type. Could this be expanded to alternatively use password auth?

For reference: https://developer.rackspace.com/docs/cloud-servers/v2/developer-guide/#authenticate-with-curl

@jrperritt
Copy link
Contributor

We've talked about this quite a bit. Password authentication has thus far deliberately been excluded from rack, because we feel that API keys are less of a security risk for users and provide all the same functionality for API calls (from an authentication perspective). We aren't closing the door on this feature, but instead would like some clarification, since perhaps there are some use cases we haven't considered. Can you provide some reasons for wanting to authenticate with a password instead of an API key?

@lblackstone
Copy link
Author

Fair enough. It's not a make or break requirement, but I was trying to convert some existing scripts that were using password auth. I can switch to using API keys instead.

@jrperritt jrperritt added this to the unplanned milestone May 4, 2016
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

2 participants