You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for creating an issue! Please fill out this form so we can be
sure to have all the information we need, and to minimize back and forth.
What are you trying to do?
You should be able to specify an API key to use for cargo-pants, so that someone can use their own key.
As well, you can send a basic auth header of email:password, instead of the token, so we'd want to handle that path too.
What feature or behavior is this required for?
This allows someone to essentially auth with OSSIndex.
How could we solve this issue? (Not knowing is okay!)
Probably pick up an API Key from an environment variable, or something similar. For the email:password combo, build basic auth capabilities and probably pick this up from a file, maybe:
~/.cargo-pants/creds.something
Anything else?
Should also allow for reading credentials from environment variables.
For consistency, should follow the same naming as nancy, eg:
Thanks for creating an issue! Please fill out this form so we can be
sure to have all the information we need, and to minimize back and forth.
You should be able to specify an API key to use for
cargo-pants
, so that someone can use their own key.As well, you can send a basic auth header of
email:password
, instead of the token, so we'd want to handle that path too.This allows someone to essentially auth with OSSIndex.
Probably pick up an API Key from an environment variable, or something similar. For the email:password combo, build basic auth capabilities and probably pick this up from a file, maybe:
~/.cargo-pants/creds.something
Should also allow for reading credentials from environment variables.
For consistency, should follow the same naming as
nancy
, eg:and for IQ:
The text was updated successfully, but these errors were encountered: