We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should also allow for reading credentials from environment variables. For consistency, should follow the same naming as nancy, eg:
nancy
export OSSI_USERNAME=auser@anemailaddress.com export OSSI_TOKEN=A4@k3@p1T0k3n
and for IQ:
export OSSI_USERNAME=auser@anemailaddress.com export OSSI_TOKEN=A4@k3@p1T0k3n export IQ_USERNAME=nondefaultuser export IQ_TOKEN=yourtoken export IQ_SERVER=http://adifferentserverurl:port
cc @bhamail / @DarthHater / @allenhsieh / @ken-duck
The text was updated successfully, but these errors were encountered:
This would be helpful for us, but I would note that the Nexus IQ for Gitlab CI integration uses NEXUS_IQ_USERNAME and NEXUS_IQ_PASSWORD.
NEXUS_IQ_USERNAME
NEXUS_IQ_PASSWORD
Edit: Fixing link
Sorry, something went wrong.
No branches or pull requests
Should also allow for reading credentials from environment variables.
For consistency, should follow the same naming as
nancy
, eg:and for IQ:
cc @bhamail / @DarthHater / @allenhsieh / @ken-duck
The text was updated successfully, but these errors were encountered: