data ingestion from external system - auth via client certificate
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 05:34 AM
Hi Community,
we have the requirement to ingest data in azure databricks from external systems.
Our customer ask us to use Client Certificate as authentication method.
Requests - https://requests.readthedocs.io/en/latest/user/advanced/
Aiohttp - https://docs.aiohttp.org/en/stable/client_advanced.html
Solace Broker API - https://docs.solace.com/API/API-Developer-Guide-Python/Python-API-Messaging-Service.htm#Client
The certificate is stored in a azure key vault but all three methods required a local file for Client Certificate authentication.
can someone advice us how to achieve this on azure databricks?
Thanks Christian