Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api_server/config/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"CS_API_PORT": "12078",
"CS_API_PUBLIC_API_URL": "https://localhost.newrelic.com:12079",
"CSSVC_EMAIL_SUPPRESS_EMAILS": "true",
"CSSVC_O11Y_SERVER_URL": "https://localhost.newrelic.com:12083",
"INTEGRATIONS_NEW_RELIC_IDENTITY_CLOUD_CREDENTIALS_SERVICE_HOST": "https://staging-credential-service.nr-ops.net",
"INTEGRATIONS_NEW_RELIC_IDENTITY_CLOUD_GRAPHQL_HOST": "https://nerd-graph.staging-service.nr-ops.net",
"INTEGRATIONS_NEW_RELIC_IDENTITY_CLOUD_IDP_SERVICE_HOST": "https://idp-service.staging-service.nr-ops.net",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
"newRelicApiUrl": "NR1 user-facing api [CSSVC_NEW_RELIC_API_URL]",
"newRelicLandingServiceUrl": "service to decide if user has an account in NR1 [CSSVC_NEW_RELIC_LANDING_SERVICE_URL]",
"newRelicSecApiUrl": "NR1 vulnerability mgmt user-facing api [CSSVC_NEW_RELIC_SEC_API_URL]",
"o11yServerUrl": "URL of the o11y service endpoint [CSSVC_O11Y_SERVER_URL]",
"runTimeEnvironment": "run-time environment (local, onprem, prod, qa, pd, ...) [CSSVC_ENV]"
},
"sharedSecrets": {
Expand Down
6 changes: 6 additions & 0 deletions shared/codestream_configs/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,12 @@
"desc": "NR1 vulnerability mgmt user-facing api",
"env": "CSSVC_NEW_RELIC_SEC_API_URL"
},
"o11yServerUrl": {
"type": "string",
"default": "https://localhost:12083",
"desc": "URL of the o11y service endpoint",
"env": "CSSVC_O11Y_SERVER_URL"
},
"csecApiUrl": {
"type": "string",
"default": "https://csec-workflow-api.staging-service.newrelic.com",
Expand Down
2 changes: 1 addition & 1 deletion shared/codestream_configs/parameters.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
39
40