You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
Right now the url to access the vault is concatenated with a fixed string template:
fmt.Sprintf("https://%s.vault.azure.net", a.keyvault)
That url is actually different depending on the Access plane (Global, Azure China 21Vianet, Azure US Government & Azure Germany).
There should be a way of configuring that url instead of having the fixed one hard coded.
The text was updated successfully, but these errors were encountered: