cvemap
cvemap copied to clipboard
Authentication on headless setups
Would be nice if API-token could be provided as argument to "cvemap -auth". Would simplify headless or unattended scenarios.
Does use an environment variable like export PDCP_API_KEY=xxx
satisfy your needs?
I'm actually using the Windows binary. but can only run non-interactive scripts remotely.
Can probably set a environment variable, but it would be way easier with cvemap -auth <token>
Does use an environment variable like
export PDCP_API_KEY=xxx
satisfy your needs?
@Co5mos Yes, this also lets you use cvemap without 401 error.
I was able to utilize psexec to get into the right securitycontext interactively, closing this, but the environment variable didnt seem to work for Windows anyhow