Skip to content

Instantly share code, notes, and snippets.

@MauRiEEZZZ
Created November 1, 2019 10:39
Embed
What would you like to do?
secret_name = 'ExamplePassword'
vault_uri = '<replace this text and brackets>'
tenant_id='<replace this text and brackets>'
cloud=AZURE_PUBLIC_CLOUD
authority_host_uri = cloud.endpoints.active_directory + \
'/' + tenant_id
keyvault_resource_uri = 'https://vault.azure.net'
client_id = '04b07795-8ddb-461a-bbee-02f9e1bf7b46'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment