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

Add authentication with certificate #57

Open
andrazkopac opened this issue Oct 26, 2021 · 2 comments
Open

Add authentication with certificate #57

andrazkopac opened this issue Oct 26, 2021 · 2 comments

Comments

@andrazkopac
Copy link

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.

@aleex42
Copy link
Owner

aleex42 commented Oct 26, 2021

Very good idea - maybe specify user/pass OR cert/key ...

@pbirokas
Copy link

pbirokas commented Sep 1, 2022

@andrazkopac when you have already ceated an solution for authentication with certificates, can you please provide an Pull request?
I am not familiar with perl, that makes it hard for me to implement such a change by myself.
Thanks in advance

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

No branches or pull requests

3 participants