Skip to content

Commit

Permalink
fix: add missing datadog ns grant to ids web (#17167)
Browse files Browse the repository at this point in the history
* fix: add missing datadog ns grant to ids web

* chore: charts update dirty files

* chore: nx format:write update dirty files

* added grant for remainder of services in ns

* chore: charts update dirty files

---------

Co-authored-by: andes-it <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 6, 2024
1 parent 8d1ad41 commit fe1b1eb
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/services/auth/ids-api/infra/identity-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@ export const serviceSetup = (services: {
'nginx-ingress-external',
'user-notification',
'portals-admin',
'datadog',
)
}
2 changes: 1 addition & 1 deletion apps/services/auth/ids-api/infra/ids-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const serviceSetup = (): ServiceBuilder<'services-auth-ids-api'> => {
min: 2,
max: 15,
})
.grantNamespaces('nginx-ingress-external', 'user-notification')
.grantNamespaces('nginx-ingress-external', 'user-notification', 'datadog')
}

const cleanupId = 'services-auth-ids-api-cleanup'
Expand Down
3 changes: 3 additions & 0 deletions charts/identity-server/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ identity-server:
- 'nginx-ingress-external'
- 'user-notification'
- 'portals-admin'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down Expand Up @@ -457,6 +458,7 @@ services-auth-ids-api:
grantNamespaces:
- 'nginx-ingress-external'
- 'user-notification'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down Expand Up @@ -565,6 +567,7 @@ services-auth-ids-api-cleanup:
- 'nginx-ingress-external'
- 'user-notification'
- 'portals-admin'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
3 changes: 3 additions & 0 deletions charts/identity-server/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ identity-server:
- 'nginx-ingress-external'
- 'user-notification'
- 'portals-admin'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down Expand Up @@ -454,6 +455,7 @@ services-auth-ids-api:
grantNamespaces:
- 'nginx-ingress-external'
- 'user-notification'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down Expand Up @@ -562,6 +564,7 @@ services-auth-ids-api-cleanup:
- 'nginx-ingress-external'
- 'user-notification'
- 'portals-admin'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
3 changes: 3 additions & 0 deletions charts/identity-server/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ identity-server:
- 'nginx-ingress-external'
- 'user-notification'
- 'portals-admin'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down Expand Up @@ -457,6 +458,7 @@ services-auth-ids-api:
grantNamespaces:
- 'nginx-ingress-external'
- 'user-notification'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down Expand Up @@ -565,6 +567,7 @@ services-auth-ids-api-cleanup:
- 'nginx-ingress-external'
- 'user-notification'
- 'portals-admin'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
1 change: 1 addition & 0 deletions charts/services/identity-server/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ grantNamespaces:
- 'nginx-ingress-external'
- 'user-notification'
- 'portals-admin'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
1 change: 1 addition & 0 deletions charts/services/identity-server/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ grantNamespaces:
- 'nginx-ingress-external'
- 'user-notification'
- 'portals-admin'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
1 change: 1 addition & 0 deletions charts/services/identity-server/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ grantNamespaces:
- 'nginx-ingress-external'
- 'user-notification'
- 'portals-admin'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ grantNamespaces:
- 'nginx-ingress-external'
- 'user-notification'
- 'portals-admin'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ grantNamespaces:
- 'nginx-ingress-external'
- 'user-notification'
- 'portals-admin'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ grantNamespaces:
- 'nginx-ingress-external'
- 'user-notification'
- 'portals-admin'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
1 change: 1 addition & 0 deletions charts/services/services-auth-ids-api/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ env:
grantNamespaces:
- 'nginx-ingress-external'
- 'user-notification'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
1 change: 1 addition & 0 deletions charts/services/services-auth-ids-api/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ env:
grantNamespaces:
- 'nginx-ingress-external'
- 'user-notification'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down
1 change: 1 addition & 0 deletions charts/services/services-auth-ids-api/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ env:
grantNamespaces:
- 'nginx-ingress-external'
- 'user-notification'
- 'datadog'
grantNamespacesEnabled: true
healthCheck:
liveness:
Expand Down

0 comments on commit fe1b1eb

Please sign in to comment.