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
cb2e2f9d
Commit
cb2e2f9d
authored
Aug 20, 2020
by
neelesh thakur
Committed by
Komal Makkar
Aug 21, 2020
Browse files
merge from master
parent
60460187
Changes
3
Hide whitespace changes
Inline
Side-by-side
provider/notification-azure/src/main/java/org/opengroup/osdu/notification/provider/azure/util/AppProperties.java
View file @
cb2e2f9d
...
...
@@ -19,7 +19,7 @@ import com.azure.cosmos.CosmosClient;
import
com.azure.security.keyvault.secrets.SecretClient
;
import
com.azure.security.keyvault.secrets.models.KeyVaultSecret
;
import
org.opengroup.osdu.azure.KeyVaultFacade
;
import
org.opengroup.osdu.notification.
util
s.IAppProperties
;
import
org.opengroup.osdu.notification.
provider.interface
s.IAppProperties
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.context.annotation.Bean
;
...
...
provider/notification-azure/src/main/java/org/opengroup/osdu/notification/provider/azure/util/AzureServiceAccountValidatorImpl.java
View file @
cb2e2f9d
...
...
@@ -14,11 +14,11 @@
package
org.opengroup.osdu.notification.provider.azure.util
;
import
org.opengroup.osdu.notification.
util
s.ServiceAccountValidator
;
import
org.opengroup.osdu.notification.
provider.interface
s.
I
ServiceAccountValidator
;
import
org.springframework.stereotype.Component
;
@Component
public
class
AzureServiceAccountValidatorImpl
implements
ServiceAccountValidator
{
public
class
AzureServiceAccountValidatorImpl
implements
I
ServiceAccountValidator
{
@Override
public
boolean
isValidPublisherServiceAccount
(
String
jwt
)
{
...
...
provider/notification-azure/src/main/java/org/opengroup/osdu/notification/provider/azure/util/GoogleServiceAccountImpl.java
View file @
cb2e2f9d
...
...
@@ -15,7 +15,7 @@
package
org.opengroup.osdu.notification.provider.azure.util
;
import
lombok.SneakyThrows
;
import
org.opengroup.osdu.notification.
util
s.IGoogleServiceAccount
;
import
org.opengroup.osdu.notification.
provider.interface
s.IGoogleServiceAccount
;
import
org.springframework.stereotype.Component
;
import
javax.naming.AuthenticationNotSupportedException
;
...
...
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