Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Register
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Register
Commits
e0d2b656
Commit
e0d2b656
authored
4 years ago
by
Artem Dobrynin (EPAM)
Committed by
Dmitriy Rudko
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
GONRG-1059
Updated all poms.
parent
dfdfbd0b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!67
GCP release/0.5 - fix GSA Challenge (GONRG-1796)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
provider/register-gcp/README.md
+2
-2
2 additions, 2 deletions
provider/register-gcp/README.md
register-core/src/main/java/org/opengroup/osdu/register/api/test/GsaSubscriberListenerApi.java
+1
-1
1 addition, 1 deletion
...roup/osdu/register/api/test/GsaSubscriberListenerApi.java
with
3 additions
and
3 deletions
provider/register-gcp/README.md
+
2
−
2
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
...
...
This diff is collapsed.
Click to expand it.
register-core/src/main/java/org/opengroup/osdu/register/api/test/GsaSubscriberListenerApi.java
+
1
−
1
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}"
)
...
...
This diff is collapsed.
Click to expand it.
Morris Estepa
@estepamo
mentioned in commit
9b6eaa9c
·
2 years ago
mentioned in commit
9b6eaa9c
mentioned in commit 9b6eaa9cabc1af6538b17b6f76382473f6467c69
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment