Skip to content

Commit

Permalink
chore(ids-api): Add secrets for dd rum applicationid and clienttoken. (
Browse files Browse the repository at this point in the history
…#17455)

Co-authored-by: Valur Einarsson <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 9, 2025
1 parent a850954 commit 24ad262
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/services/auth/ids-api/infra/identity-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ export const serviceSetup = (services: {
'/k8s/identity-server/redaction/USER_IDENTIFIERS_KEY_ID',
Redaction__UserIdentifiers__Key:
'/k8s/identity-server/redaction/USER_IDENTIFIERS_KEY',
Datadog__RUM__ApplicationId: '/k8s/ids/DD_RUM_APPLICATION_ID',
Datadog__RUM__ClientToken: '/k8s/ids/DD_RUM_CLIENT_TOKEN',
})
.ingress({
primary: {
Expand Down
2 changes: 2 additions & 0 deletions charts/identity-server/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ identity-server:
AudkenniSettings__ClientSecret: '/k8s/identity-server/AudkenniClientSecret'
CONFIGCAT_SDK_KEY: '/k8s/configcat/CONFIGCAT_SDK_KEY'
ContentfulSettings__AccessToken: '/k8s/identity-server/CONTENTFUL_ACCESS_TOKEN'
Datadog__RUM__ApplicationId: '/k8s/ids/DD_RUM_APPLICATION_ID'
Datadog__RUM__ClientToken: '/k8s/ids/DD_RUM_CLIENT_TOKEN'
FeatureFlags__ConfigCatSdkKey: '/k8s/configcat/CONFIGCAT_SDK_KEY'
IdentityServer__FakePersons: '/k8s/identity-server/FakePersons'
IdentityServer__LicenseKey: '/k8s/identity-server/LicenseKey'
Expand Down
2 changes: 2 additions & 0 deletions charts/identity-server/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ identity-server:
AudkenniSettings__ClientSecret: '/k8s/identity-server/AudkenniClientSecret'
CONFIGCAT_SDK_KEY: '/k8s/configcat/CONFIGCAT_SDK_KEY'
ContentfulSettings__AccessToken: '/k8s/identity-server/CONTENTFUL_ACCESS_TOKEN'
Datadog__RUM__ApplicationId: '/k8s/ids/DD_RUM_APPLICATION_ID'
Datadog__RUM__ClientToken: '/k8s/ids/DD_RUM_CLIENT_TOKEN'
FeatureFlags__ConfigCatSdkKey: '/k8s/configcat/CONFIGCAT_SDK_KEY'
IdentityServer__FakePersons: '/k8s/identity-server/FakePersons'
IdentityServer__LicenseKey: '/k8s/identity-server/LicenseKey'
Expand Down
2 changes: 2 additions & 0 deletions charts/identity-server/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ identity-server:
AudkenniSettings__ClientSecret: '/k8s/identity-server/AudkenniClientSecret'
CONFIGCAT_SDK_KEY: '/k8s/configcat/CONFIGCAT_SDK_KEY'
ContentfulSettings__AccessToken: '/k8s/identity-server/CONTENTFUL_ACCESS_TOKEN'
Datadog__RUM__ApplicationId: '/k8s/ids/DD_RUM_APPLICATION_ID'
Datadog__RUM__ClientToken: '/k8s/ids/DD_RUM_CLIENT_TOKEN'
FeatureFlags__ConfigCatSdkKey: '/k8s/configcat/CONFIGCAT_SDK_KEY'
IdentityServer__FakePersons: '/k8s/identity-server/FakePersons'
IdentityServer__LicenseKey: '/k8s/identity-server/LicenseKey'
Expand Down
2 changes: 2 additions & 0 deletions charts/services/identity-server/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ secrets:
AudkenniSettings__ClientSecret: '/k8s/identity-server/AudkenniClientSecret'
CONFIGCAT_SDK_KEY: '/k8s/configcat/CONFIGCAT_SDK_KEY'
ContentfulSettings__AccessToken: '/k8s/identity-server/CONTENTFUL_ACCESS_TOKEN'
Datadog__RUM__ApplicationId: '/k8s/ids/DD_RUM_APPLICATION_ID'
Datadog__RUM__ClientToken: '/k8s/ids/DD_RUM_CLIENT_TOKEN'
FeatureFlags__ConfigCatSdkKey: '/k8s/configcat/CONFIGCAT_SDK_KEY'
IdentityServer__FakePersons: '/k8s/identity-server/FakePersons'
IdentityServer__LicenseKey: '/k8s/identity-server/LicenseKey'
Expand Down
2 changes: 2 additions & 0 deletions charts/services/identity-server/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ secrets:
AudkenniSettings__ClientSecret: '/k8s/identity-server/AudkenniClientSecret'
CONFIGCAT_SDK_KEY: '/k8s/configcat/CONFIGCAT_SDK_KEY'
ContentfulSettings__AccessToken: '/k8s/identity-server/CONTENTFUL_ACCESS_TOKEN'
Datadog__RUM__ApplicationId: '/k8s/ids/DD_RUM_APPLICATION_ID'
Datadog__RUM__ClientToken: '/k8s/ids/DD_RUM_CLIENT_TOKEN'
FeatureFlags__ConfigCatSdkKey: '/k8s/configcat/CONFIGCAT_SDK_KEY'
IdentityServer__FakePersons: '/k8s/identity-server/FakePersons'
IdentityServer__LicenseKey: '/k8s/identity-server/LicenseKey'
Expand Down
2 changes: 2 additions & 0 deletions charts/services/identity-server/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ secrets:
AudkenniSettings__ClientSecret: '/k8s/identity-server/AudkenniClientSecret'
CONFIGCAT_SDK_KEY: '/k8s/configcat/CONFIGCAT_SDK_KEY'
ContentfulSettings__AccessToken: '/k8s/identity-server/CONTENTFUL_ACCESS_TOKEN'
Datadog__RUM__ApplicationId: '/k8s/ids/DD_RUM_APPLICATION_ID'
Datadog__RUM__ClientToken: '/k8s/ids/DD_RUM_CLIENT_TOKEN'
FeatureFlags__ConfigCatSdkKey: '/k8s/configcat/CONFIGCAT_SDK_KEY'
IdentityServer__FakePersons: '/k8s/identity-server/FakePersons'
IdentityServer__LicenseKey: '/k8s/identity-server/LicenseKey'
Expand Down

0 comments on commit 24ad262

Please sign in to comment.