Skip to content

Commit

Permalink
Add service log token URL param
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriPapousek committed Jun 4, 2024
1 parent 7bb12e8 commit 4ce8b19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ objects:
key: ocmclient_secret
- name: CCX_NOTIFICATION_SERVICE__SERVICE_LOG__URL
value: ${SERVICE_LOG__URL}
- name: CCX_NOTIFICATION_SERVICE__SERVICE_LOG__TOKEN_URL
value: ${SERVICE_LOG__TOKEN_URL}
- name: CCX_NOTIFICATION_SERVICE__SERVICE_LOG__TIMEOUT
value: '10s'
- name: CCX_NOTIFICATION_SERVICE__SERVICE_LOG__LIKELIHOOD_THRESHOLD
Expand Down Expand Up @@ -361,6 +363,8 @@ parameters:
# Service Log
- description: URL of the Service Log API
name: SERVICE_LOG__URL
- description: URL of SSO for token refreshment
name: SERVICE_LOG__TOKEN_URL
# cloudwatch
- name: LOGGING_TO_CLOUD_WATCH_ENABLED
value: "true"
Expand Down

0 comments on commit 4ce8b19

Please sign in to comment.