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

Certificate authentication #164

Open
toonvdn opened this issue Jun 27, 2019 · 1 comment
Open

Certificate authentication #164

toonvdn opened this issue Jun 27, 2019 · 1 comment

Comments

@toonvdn
Copy link

toonvdn commented Jun 27, 2019

Hello IBM,

According to this article, it would be possible to authenticate to the API using client certificates.
https://www-01.ibm.com/support/docview.wss?uid=ibm10738607

Could this be taken up into the code? Would be a massive leap forward..

Kind regards,
Toon

@ram-ibm
Copy link
Collaborator

ram-ibm commented Jul 31, 2019

https://2.python-requests.org/en/master/user/advanced/

Client side certificates are supported. So it can be implemented. My thoughts around this:

  1. Hoping to get the ability to cache connections between each call so you dont have to specify userid/password or certificate for each task. Need to check if Ansible supports this yet.
  2. You may want to consider putting ISAM in front of the LMIs - gives you more options to authenticate a user into appliance than just certificates.

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

2 participants