Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 6a635b5

Browse files
committed
NR-247789: Added otherRegionGraphQLHost config property
1 parent 703e7a2 commit 6a635b5

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

shared/codestream_configs/README.parameter-definitions.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"replyToDomain": "email domain for routing replies back to codestream",
8686
"senderEmail": "all generated emails will be sent as this user",
8787
"supportEmail": "support email address to include on email and forms",
88-
"suppressEmails": "Stop all email from being sent"
88+
"suppressEmails": "Stop all email from being sent [CSSVC_SUPPRESS_EMAILS]"
8989
},
9090
"emailDeliveryService": {
9191
"NodeMailer": {
@@ -203,6 +203,7 @@
203203
"newRelicClientSecret": "NR Client Secret [CSSVC_NEWRELIC_IDENTITY_CLIENT_SECRET]",
204204
"newRelicRegion": "NR Region [CSSVC_NEWRELIC_IDENTITY_REGION]",
205205
"orgServiceHost": "NR Org Service Host [CSSVC_NEWRELIC_IDENTITY_ORG_SERVICE_HOST]",
206+
"otherRegionGraphQLHost": "NR GraphQL Host [CSSVC_NEWRELIC_IDENTITY_OTHER_REGION_GRAPHQL_HOST]",
206207
"passwordKey": "NR Password Key (we maintain for short lived encryption) [CSSVC_NEWRELIC_IDENTITY_PASSWORD_KEY]",
207208
"signupServiceHost": "NR Signup Service Host [CSSVC_NEWRELIC_IDENTITY_SIGNUP_SERVICE_HOST]",
208209
"userServiceHost": "NR User Service Host [CSSVC_NEWRELIC_IDENTITY_USER_SERVICE_HOST]",
@@ -222,7 +223,9 @@
222223
"newrelicgrok": {
223224
"<appProvider>": {
224225
"apiKey": "API Key for New Relic Grok Requests (through Azure OpenAI) [CSSVC_NEWRELICGROK_API_KEY]",
225-
"apiUrl": "API Url for New Relic Grok Requests (through Azure OpenAI) [CSSVC_NEWRELICGROK_API_URL]"
226+
"apiUrl": "API Url for New Relic Grok Requests (through Azure OpenAI) [CSSVC_NEWRELICGROK_API_URL]",
227+
"model": "Model for New Relic Grok Requests (through Azure OpenAI) [CSSVC_NEWRELICGROK_MODEL]",
228+
"prompt": "Prompt for New Relic Grok Requests (through Azure OpenAI) [CSSVC_NEWRELICGROK_PROMPT]"
226229
}
227230
},
228231
"okta": {

shared/codestream_configs/parameters.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,11 @@
825825
"desc": "NR GraphQL Host",
826826
"env": "CSSVC_NEWRELIC_IDENTITY_GRAPHQL_HOST"
827827
},
828+
"otherRegionGraphQLHost": {
829+
"type": "string",
830+
"desc": "NR GraphQL Host",
831+
"env": "CSSVC_NEWRELIC_IDENTITY_OTHER_REGION_GRAPHQL_HOST"
832+
},
828833
"idpServiceHost": {
829834
"type": "string",
830835
"desc": "NR IdP Service Host",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
37
1+
38

0 commit comments

Comments
 (0)