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

certinject: improved error handling #125

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aerth
Copy link

@aerth aerth commented Apr 18, 2020

With these changes, an error is returned if neither of the -certstore.nss or -certstore.cryptoapi flags are used. Without using one of these flags, errors were silently ignored while nothing actually was inserted or cleaned.

Keeping the Errorf and Fatal log lines around for now, until all the callers of InjectCert() and CleanCerts() handle the errors on their own. At that point it would be safe to remove the logged errors from this package and return errors for the main program to log and control verbosity.

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

Successfully merging this pull request may close these issues.

None yet

1 participant