Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Notification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Notification
Commits
25306692
Commit
25306692
authored
3 years ago
by
Rostislav Dublin (EPAM)
Browse files
Options
Downloads
Patches
Plain Diff
README supplemented with SA IAM roles requirements
parent
dd9e2311
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!144
(GONRG-3831) GCP Notification: OQM mapper
Pipeline
#80542
failed
3 years ago
Stage: .pre
Stage: review
Stage: build
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Stage: attribution
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
provider/notification-gcp/README.md
+7
-0
7 additions, 0 deletions
provider/notification-gcp/README.md
provider/notification-gcp/src/main/resources/logback.xml
+2
-2
2 additions, 2 deletions
provider/notification-gcp/src/main/resources/logback.xml
with
9 additions
and
2 deletions
provider/notification-gcp/README.md
+
7
−
0
View file @
25306692
...
...
@@ -82,6 +82,13 @@ Most of them are common to all hosting environments, but there are properties th
|
`APP_REGISTER`
| ex
`https://register.com/api/register/v1`
| Storage API endpoint | no | output of infrastructure deployment |
|
`PARTITION_API`
| ex
`http://localhost:8081/api/partition/v1`
| Partition service endpoint | no | - |
#### For Mappers, to activate drivers
| name | value | description |
|-----------|-----------|-----------------------------------------------------|
| OQMDRIVER | pubsub | to activate
**OQM**
driver for
**Google PubSub**
|
| OQMDRIVER | rabbitmq | to activate
**OQM**
driver for
**Rabbit MQ**
|
#### For Google Cloud only
| name | value | description | sensitive? | source |
|------------------------------|---------------------------------------|--------------------------------------------------------------------|------------|---------------------------------------------------|
...
...
This diff is collapsed.
Click to expand it.
provider/notification-gcp/src/main/resources/logback.xml
+
2
−
2
View file @
25306692
...
...
@@ -3,7 +3,7 @@
<include
resource=
"org/springframework/boot/logging/logback/defaults.xml"
/>
<property
resource=
"application.properties"
/>
<logger
name=
"org.opengroup.osdu"
level=
"${LOG_LEVEL}"
/>
<springProfile
name=
"
!
local"
>
<springProfile
name=
"local"
>
<appender
name=
"CONSOLE"
class=
"ch.qos.logback.core.ConsoleAppender"
>
<encoder>
<pattern>
%yellow([%thread]) %highlight(| %-5level |) %green(%d) %cyan(| %logger{15} |) %highlight(%msg) %n
</pattern>
...
...
@@ -15,7 +15,7 @@
</root>
</springProfile>
<springProfile
name=
"
off
"
>
<springProfile
name=
"
!local
"
>
<appender
name=
"stdout"
class=
"ch.qos.logback.core.ConsoleAppender"
>
<encoder
class=
"ch.qos.logback.core.encoder.LayoutWrappingEncoder"
>
<layout
class=
"ch.qos.logback.contrib.json.classic.JsonLayout"
>
...
...
This diff is collapsed.
Click to expand it.
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