using new tokens
This commit is contained in:
parent
6183c78f6c
commit
93c54c3524
|
@ -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
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue