Skip to content

Commit

Permalink
Fix security access issue
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Juneja <[email protected]>
  • Loading branch information
Gagan Juneja committed Oct 3, 2023
1 parent 99cfa48 commit fa3ea3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ grant {
permission java.lang.RuntimePermission "accessDeclaredMembers";
permission java.net.NetPermission "getProxySelector";
permission java.net.SocketPermission "*", "connect,resolve";
permission java.util.PropertyPermission "otel.experimental.sdk.metrics.debug", "read,write";
permission java.util.PropertyPermission "*", "read,write";
};


0 comments on commit fa3ea3d

Please sign in to comment.