CKAN connector now request the user profile to gCat which in turn

create/update the user profile. The old code has been maintained for the
following reason:

* the connector add the role in any organization
* gCat has not been yet deployed in all context
* to allow the user properly access the catalogue it must be added in
any organization corresponding to the user VREs. this avoid the user to
access every context to have the proper overview.
This commit is contained in:
Luca Frosini 2019-09-19 15:31:17 +02:00
parent 74f77acd54
commit 65c2fa264a
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@ -80,6 +81,12 @@
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.gcube.data-publishing</groupId>
<artifactId>gcat-client</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>