Skip to content

Commit

Permalink
policy
Browse files Browse the repository at this point in the history
  • Loading branch information
c3-amitsalunke committed Jun 29, 2024
1 parent 49297c2 commit 9c0596b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/repository-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
api 'com.azure:azure-identity:1.11.2'
api 'com.microsoft.azure:msal4j:1.14.2'
api 'com.nimbusds:oauth2-oidc-sdk:11.10'
api 'net.minidev:json-smart:1.0.6.3'
api 'net.minidev:json-smart:2.4.9'
api "io.projectreactor.netty:reactor-netty-core:${versions.reactor_netty}"
api "io.projectreactor.netty:reactor-netty-http:${versions.reactor_netty}"
api "org.slf4j:slf4j-api:${versions.slf4j}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ grant {

// azure client set Authenticator for proxy username/password
permission java.net.NetPermission "setDefaultAuthenticator";

// azure identity
permission java.util.PropertyPermission "os.name", "read";
};

0 comments on commit 9c0596b

Please sign in to comment.