Skip to content

Instantly share code, notes, and snippets.

@MauRiEEZZZ
Last active November 1, 2019 11:16
Show Gist options
  • Save MauRiEEZZZ/924794ae64083f195837e3db2b5ffe7d to your computer and use it in GitHub Desktop.
Save MauRiEEZZZ/924794ae64083f195837e3db2b5ffe7d to your computer and use it in GitHub Desktop.
keyvault_client = KeyVaultClient(kv_credential)
supersecret = keyvault_client.get_secret(vault_uri, secret_name, '')
print("The secret value is: "+ supersecret.value)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment