Hi,
We're using the Azure plugin for backup.
In general it works good, but every once in a while we're seeing this error:
IndexShardSnapshotFailedException[java.lang.RuntimeException: java.security.AccessControlException: access denied (\"java.net.SocketPermission\" \"mycustomstorage.blob.core.windows.net:443\" \"connect,resolve\")]; nested: RuntimeException[java.security.AccessControlException: access denied (\"java.net.SocketPermission\" \"mycustomstorage.blob.core.windows.net:443\" \"connect,resolve\")]; nested: AccessControlException[access denied (\"java.net.SocketPermission\" \"mycustomstorage.blob.core.windows.net:443\" \"connect,resolve\")];
On some of the shards in a snapshot.
Running the backup again works, but I would like to get it working on the first run.
Any idea how to approach this?