Skip to content

Commit 69a3515

Browse files
Fix Azure Repository with HTTPs Endpoint (#53903) (#53963)
Upgrading to 8.6.2 in #53865 broke running against HTTPs endpoints (and hence real azure) because the https url connection needs the newly added permission to work.
1 parent 060c72c commit 69a3515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/repository-azure/src/main/plugin-metadata/plugin-security.policy

+1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
grant {
2121
// azure client opens socket connections for to access repository
2222
permission java.net.SocketPermission "*", "connect";
23+
permission java.lang.RuntimePermission "setFactory";
2324
};

0 commit comments

Comments
 (0)