externalsecret-operator icon indicating copy to clipboard operation
externalsecret-operator copied to clipboard

Azure offers different endpoints to access vault

Open sebagomez opened this issue 4 years ago • 0 comments

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.

sebagomez avatar Feb 11 '21 19:02 sebagomez