modified secret access

This commit is contained in:
lucio 2024-03-12 16:21:07 +01:00
parent 32359123dd
commit 70da43e4a6
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@ -19,7 +19,7 @@ public class AuthorizationInterceptor implements Interceptor {
@Override
public void handleRequest(Request request, Call call) {
Secret secret = SecretManagerProvider.instance.get();
Secret secret = SecretManagerProvider.get();
if (secret!=null) {
try {