cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1675
Views
0
Helpful
1
Replies

Python SDK and Proxy Authentication

ksumann
Level 3
Level 3

Hello everyone,

is it possible to use the windows credentials for proxy authentication when using the provided python SDK?

I have seen a proxy setting in the config.py but no way to enter the authentication information.

Additionally i don't want them in plaintext within the script.

Thanks

1 Reply 1

Vivek5
Level 3
Level 3

Hello ,I tried using this with Azure Key Vault. In my case, I’m using Python to interact with Meraki via API. This approach works well.With this setup, whenever I need to make changes using a Python script, I don’t have to manually input my login credentials each time, as they can be securely retrieved from Key Vault.