infobloxopen / infoblox-client

Infoblox NIOS Python WAPI Client
Apache License 2.0
142 stars 104 forks source link

Support for client-certificates for authentication #310

Open NickJLange opened 2 years ago

NickJLange commented 2 years ago

Could you add support for client-certificate authentication? It is just a pass-through to requests, which already supports client-certificates for authentication.

Thank you

ranjishmp commented 2 years ago

@NickJLange Sure, will consider this for upcoming release..

sarya-infoblox commented 2 years ago

Hi @NickJLange,

We are working on certificate-based authentication and will resolve it in future releases.

sarya-infoblox commented 2 years ago

Hi @NickJLange, We have provided certificate-based authentication in our latest release. Can you try and confirm if you need further help?

NickJLange commented 2 years ago

Will give it a spin next week - thank you!