Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Notification
Commits
f3bb06bf
Commit
f3bb06bf
authored
Jul 26, 2021
by
Nikhil Singh[MicroSoft]
Browse files
Commit 13 Contents:
1-Merge branch 'master'
parents
50619786
e38ecefc
Pipeline
#54318
failed with stages
in 2 minutes and 10 seconds
Changes
8
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
NOTICE
View file @
f3bb06bf
This diff is collapsed.
Click to expand it.
pom.xml
View file @
f3bb06bf
...
...
@@ -25,7 +25,7 @@
<java.version>
8
</java.version>
<maven.compiler.target>
${java.version}
</maven.compiler.target>
<maven.compiler.source>
${java.version}
</maven.compiler.source>
<os-core-common.version>
0.
9
.0
</os-core-common.version>
<os-core-common.version>
0.
10
.0
</os-core-common.version>
</properties>
<licenses>
...
...
provider/notification-aws/pom.xml
View file @
f3bb06bf
...
...
@@ -42,7 +42,7 @@
<dependency>
<groupId>
org.opengroup.osdu.core.aws
</groupId>
<artifactId>
os-core-lib-aws
</artifactId>
<version>
0.10.0
-SNAPSHOT
</version>
<version>
0.10.0
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-secretsmanager -->
...
...
provider/notification-azure/pom.xml
View file @
f3bb06bf
...
...
@@ -37,9 +37,9 @@
<jacoco-maven-plugin.version>
0.8.2
</jacoco-maven-plugin.version>
<osdu.notification-core.version>
0.10.0-SNAPSHOT
</osdu.notification-core.version>
<springframework.version>
4.3.0.RELEASE
</springframework.version>
<reactor.netty.version>
0.
9
.0.RELEASE
</reactor.netty.version>
<reactor.netty.version>
0.
10
.0.RELEASE
</reactor.netty.version>
<reactor.core.version>
3.3.0.RELEASE
</reactor.core.version>
<osdu.corelibazure.version>
0.10.0
-rc8
</osdu.corelibazure.version>
<osdu.corelibazure.version>
0.10.0
</osdu.corelibazure.version>
<junit.version>
5.6.0
</junit.version>
<jjwt.version>
3.8.1
</jjwt.version>
<mockito.version>
2.23.0
</mockito.version>
...
...
provider/notification-gcp/pom.xml
View file @
f3bb06bf
...
...
@@ -40,12 +40,12 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-common
</artifactId>
<version>
0.
9.0-rc17
</version>
<version>
0.
10.0
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-gcp
</artifactId>
<version>
0.
9.0-SNAPSHOT
</version>
<version>
0.
10.0
</version>
</dependency>
<dependency>
...
...
provider/notification-ibm/pom.xml
View file @
f3bb06bf
...
...
@@ -44,7 +44,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-lib-ibm
</artifactId>
<version>
0.
7
.0
</version>
<version>
0.
9
.0
</version>
</dependency>
<dependency>
...
...
testing/notification-test-core/pom.xml
View file @
f3bb06bf
...
...
@@ -113,7 +113,7 @@
<dependency>
<groupId>
com.google.auth
</groupId>
<artifactId>
google-auth-library-oauth2-http
</artifactId>
<version>
0.
9
.0
</version>
<version>
0.
10
.0
</version>
</dependency>
<dependency>
<groupId>
io.jsonwebtoken
</groupId>
...
...
testing/notification-test-ibm/src/test/java/org/opengroup/osdu/notification/api/TestPubsubEndpointHMAC.java
View file @
f3bb06bf
...
...
@@ -56,6 +56,14 @@ public class TestPubsubEndpointHMAC extends PubsubEndpointHMACTests {
// TODO getting SubscriptionException only on ci-cd env
super
.
should_return20XResponseCode_when_makingValidHttpsRequest
();
}
//running against tenant - 'nonexistenttenant' and entitlement throws 403 for invalid teanant
@Override
@Test
public
void
should_return401_when_noAccessOnCustomerTenant
()
throws
Exception
{
ClientResponse
response
=
descriptor
.
runOnCustomerTenant
(
getArg
(),
getOsduTenantAdminCredentials
());
assertEquals
(
error
(
response
.
getEntity
(
String
.
class
)),
403
,
response
.
getStatus
());
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment