Azure / AzureKeyVault

R interface to Azure Key Vault
Other
14 stars 7 forks source link

key_vault createTcpServer error #5

Closed washcycle closed 3 years ago

washcycle commented 4 years ago

Possible Steps to reproduce

Run

vault <- AzureKeyVault::key_vault("https://xxxx.vault.azure.net")

for a day try to run it again the next day.

`

vault <- AzureKeyVault::key_vault("https://xxxx.vault.azure.net") Using authorization_code flow createTcpServer: address already in use Error in .subset2(public_bind_env, "initialize")(...) : Failed to create server `

workaround restart R session

suggestion I think the error is erroneous because as long as the vault was in the workspace I could still get secrets, but I couldn't rerun AzureKeyVault::key_vault.

hongooi73 commented 3 years ago

I suspect you ran into a network error or temporary Azure error. Let me know if the problem still exists.