rename to OpenCDMP
This commit is contained in:
parent
73ed35ca33
commit
00ca67d5fc
|
@ -7,7 +7,7 @@ import org.springframework.scheduling.annotation.EnableAsync;
|
|||
|
||||
@SpringBootApplication(
|
||||
scanBasePackages = {
|
||||
"eu.eudat",
|
||||
"gr.cite.annotation.*",
|
||||
"gr.cite",
|
||||
"gr.cite.queueoutbox",
|
||||
"gr.cite.queueinbox",
|
||||
|
|
|
@ -19,14 +19,14 @@ permissions:
|
|||
EditTenant:
|
||||
roles:
|
||||
- Admin
|
||||
clients: [ "opendmp-api-dev" ]
|
||||
clients: [ "opencdmp-api-dev" ]
|
||||
allowAnonymous: false
|
||||
allowAuthenticated: false
|
||||
DeleteTenant:
|
||||
roles:
|
||||
- Admin
|
||||
claims: [ ]
|
||||
clients: [ "opendmp-api-dev" ]
|
||||
clients: [ "opencdmp-api-dev" ]
|
||||
allowAnonymous: false
|
||||
allowAuthenticated: false
|
||||
AllowNoTenant:
|
||||
|
@ -46,14 +46,14 @@ permissions:
|
|||
EditUser:
|
||||
roles:
|
||||
- TenantAdmin
|
||||
clients: [ "opendmp-api-dev" ]
|
||||
clients: [ "opencdmp-api-dev" ]
|
||||
allowAnonymous: false
|
||||
allowAuthenticated: false
|
||||
DeleteUser:
|
||||
roles:
|
||||
- TenantAdmin
|
||||
claims: [ ]
|
||||
clients: [ "opendmp-api-dev" ]
|
||||
clients: [ "opencdmp-api-dev" ]
|
||||
allowAnonymous: false
|
||||
allowAuthenticated: false
|
||||
#Annotation
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>gr.cite</groupId>
|
||||
<artifactId>annotation-service-parent</artifactId>
|
||||
<name>OpenDMP Annotation Parent</name>
|
||||
<name>Annotation Parent</name>
|
||||
<version>${revision}</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ import org.springframework.scheduling.annotation.EnableAsync;
|
|||
|
||||
@SpringBootApplication(
|
||||
scanBasePackages = {
|
||||
"eu.eudat",
|
||||
"gr.cite.notification.*",
|
||||
"gr.cite",
|
||||
"gr.cite.queueoutbox",
|
||||
"gr.cite.queueinbox",
|
||||
|
|
|
@ -12,14 +12,14 @@ permissions:
|
|||
EditTenant:
|
||||
roles:
|
||||
- Admin
|
||||
clients: [ "opendmp-api-dev" ]
|
||||
clients: [ "opencdmp-api-dev" ]
|
||||
allowAnonymous: false
|
||||
allowAuthenticated: false
|
||||
DeleteTenant:
|
||||
roles:
|
||||
- Admin
|
||||
claims: [ ]
|
||||
clients: [ "opendmp-api-dev" ]
|
||||
clients: [ "opencdmp-api-dev" ]
|
||||
allowAnonymous: false
|
||||
allowAuthenticated: false
|
||||
AllowNoTenant:
|
||||
|
@ -39,21 +39,21 @@ permissions:
|
|||
EditUser:
|
||||
roles:
|
||||
- TenantAdmin
|
||||
clients: [ "opendmp-api-dev" ]
|
||||
clients: [ "opencdmp-api-dev" ]
|
||||
allowAnonymous: false
|
||||
allowAuthenticated: false
|
||||
DeleteUser:
|
||||
roles:
|
||||
- TenantAdmin
|
||||
claims: [ ]
|
||||
clients: [ "opendmp-api-dev" ]
|
||||
clients: [ "opencdmp-api-dev" ]
|
||||
allowAnonymous: false
|
||||
allowAuthenticated: false
|
||||
# UserContactInfo
|
||||
BrowseUserContactInfo:
|
||||
roles:
|
||||
- TenantAdmin
|
||||
clients: [ "opendmp-api-dev" ]
|
||||
clients: [ "opencdmp-api-dev" ]
|
||||
allowAnonymous: true
|
||||
allowAuthenticated: false
|
||||
EditUserContactInfo:
|
||||
|
@ -66,7 +66,7 @@ permissions:
|
|||
roles:
|
||||
- TenantAdmin
|
||||
claims: [ ]
|
||||
clients: [ "opendmp-api-dev" ]
|
||||
clients: [ "opencdmp-api-dev" ]
|
||||
allowAnonymous: false
|
||||
allowAuthenticated: false
|
||||
#Notification
|
||||
|
@ -99,13 +99,13 @@ permissions:
|
|||
EditTenantConfiguration:
|
||||
roles:
|
||||
- TenantAdmin
|
||||
clients: [ "opendmp-api-dev" ]
|
||||
clients: [ "opencdmp-api-dev" ]
|
||||
allowAnonymous: false
|
||||
allowAuthenticated: false
|
||||
DeleteTenantConfiguration:
|
||||
roles:
|
||||
- TenantAdmin
|
||||
clients: [ "opendmp-api-dev" ]
|
||||
clients: [ "opencdmp-api-dev" ]
|
||||
allowAnonymous: false
|
||||
allowAuthenticated: false
|
||||
#User Notification Preference
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>gr.cite</groupId>
|
||||
<artifactId>notification-service-parent</artifactId>
|
||||
<name>OpenDMP Notification Parent</name>
|
||||
<name>Notification Parent</name>
|
||||
<version>${revision}</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
|
Loading…
Reference in New Issue