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
Register
Commits
e0d2b656
Commit
e0d2b656
authored
Feb 11, 2021
by
Artem Dobrynin (EPAM)
Committed by
Dmitriy Rudko
Feb 11, 2021
Browse files
GONRG-1059
Updated all poms.
parent
dfdfbd0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
provider/register-gcp/README.md
View file @
e0d2b656
...
...
@@ -188,9 +188,9 @@ Create king ring and key in the ***master project***
--purpose encryption
```
Add **Cloud KMS CryptoKey Encrypter/Decrypter** role to the **App Engine default service account** of the master project through IAM - Role tab
Add **Cloud KMS CryptoKey Encrypter/Decrypter** role to the **App Engine default service account** of the
***
master project
***
through IAM - Role tab
Add
"
Cloud KMS Encrypt/Decrypt
"
role to the
"
App Engine default service account
"
of ***master project***
Add
**
Cloud KMS Encrypt/Decrypt
**
role to the
**
App Engine default service account
**
of ***master project***
## Licence
Copyright © Google LLC
...
...
register-core/src/main/java/org/opengroup/osdu/register/api/test/GsaSubscriberListenerApi.java
View file @
e0d2b656
...
...
@@ -44,7 +44,7 @@ public class GsaSubscriberListenerApi {
throw
new
ValidationException
(
"Authorization signature validation Failed"
);
}
logger
.
info
(
"Token verified and sending response"
);
return
new
ChallengeResponse
(
HashingUtil
.
hashString
(
crc
,
this
.
serviceConfig
.
getSubscriber
Secret
()));
return
new
ChallengeResponse
(
HashingUtil
.
hashString
(
crc
,
this
.
serviceConfig
.
getSubscriber
PrivateKeyId
()));
}
@PostMapping
(
"/gsa-challenge/{count}"
)
...
...
Write
Preview
Markdown
is supported
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