netapp-cdot-nagios icon indicating copy to clipboard operation
netapp-cdot-nagios copied to clipboard

Add authentication with certificate

Open andrazkopac opened this issue 2 years ago • 2 comments

Security policies prevent using username and password in some companies. API is able to authenticate with certificate. We should enable this option here, too. It could be a minimal change or proper implementation. I was able to do a minimum change by adding parameter --cert, which then uses the same --username and --password parameters for the public certificate filepath and the private key filepath. This is not a complete implementation but is a quick and simple fix that works for us. I can code something better too, but please suggest how it should be implemented to comply best to standards in this project.

andrazkopac avatar Oct 26 '21 08:10 andrazkopac