using new tokens

This commit is contained in:
Lucio Lelii 2024-11-27 12:30:16 +01:00
parent 6183c78f6c
commit 93c54c3524
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data-access.sh-fuse-integration
## [v3.0.0]
## [v3.0.0-SNAPSHOT]
- porting to gcube-bom 4.0.0

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.data-access</groupId>
<artifactId>sh-fuse-integration</artifactId>
<version>3.0.0</version>
<version>3.0.0-SNAPSHOT</version>
<name>SHFuseIntegration</name>
<parent>
<artifactId>maven-parent</artifactId>

View File

@ -61,7 +61,7 @@ public class StorageHubFS extends FuseStubFS {
public StorageHubFS(String token) {
super();
this.secret = new GCubeSecret(token);
this.secret = new UmaTokenSecret(token);
logger.debug("using token {}", token);