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
c595a96f
Commit
c595a96f
authored
Feb 11, 2021
by
Gitlab Runner
Browse files
Merge branch 'master' of
https://community.opengroup.org/osdu/platform/system/register
parents
cbd8472a
8823f3f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
provider/register-gcp/README.md
View file @
c595a96f
...
...
@@ -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 @
c595a96f
...
...
@@ -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