Skip to content

Instantly share code, notes, and snippets.

@MauRiEEZZZ
Created November 1, 2019 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MauRiEEZZZ/438be3f6e30a8b6c3061d725bc2f41bc to your computer and use it in GitHub Desktop.
Save MauRiEEZZZ/438be3f6e30a8b6c3061d725bc2f41bc to your computer and use it in GitHub Desktop.
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