Skip to content

Commit

Permalink
revert: "fix: added missing grant to auth ids api for user notificati…
Browse files Browse the repository at this point in the history
…on (#16680)" (#16693)

This reverts commit f0dd1e4.
  • Loading branch information
AndesKrrrrrrrrrrr authored Nov 1, 2024
1 parent d0c9471 commit 82fde90
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 28 deletions.
1 change: 0 additions & 1 deletion apps/services/auth/ids-api/infra/ids-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export const serviceSetup = (): ServiceBuilder<'services-auth-ids-api'> => {
min: 2,
max: 15,
})
.grantNamespaces('user-notification')
}

const cleanupId = 'services-auth-ids-api-cleanup'
Expand Down
15 changes: 6 additions & 9 deletions charts/identity-server/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,8 @@ identity-server:
SessionsApiSettings__BaseAddress: 'http://web-services-sessions.services-sessions.svc.cluster.local'
files:
- 'ids-signing.pfx'
grantNamespaces:
- 'user-notification'
grantNamespacesEnabled: true
grantNamespaces: []
grantNamespacesEnabled: false
healthCheck:
liveness:
initialDelaySeconds: 3
Expand Down Expand Up @@ -432,9 +431,8 @@ services-auth-ids-api:
XROAD_TJODSKRA_MEMBER_CODE: '10001'
XROAD_TLS_BASE_PATH: 'https://securityserver.dev01.devland.is'
XROAD_TLS_BASE_PATH_WITH_ENV: 'https://securityserver.dev01.devland.is/r1/IS-DEV'
grantNamespaces:
- 'user-notification'
grantNamespacesEnabled: true
grantNamespaces: []
grantNamespacesEnabled: false
healthCheck:
liveness:
initialDelaySeconds: 3
Expand Down Expand Up @@ -535,9 +533,8 @@ services-auth-ids-api-cleanup:
LOG_LEVEL: 'info'
NODE_OPTIONS: '--max-old-space-size=921 -r dd-trace/init'
SERVERSIDE_FEATURES_ON: ''
grantNamespaces:
- 'user-notification'
grantNamespacesEnabled: true
grantNamespaces: []
grantNamespacesEnabled: false
healthCheck:
liveness:
initialDelaySeconds: 3
Expand Down
15 changes: 6 additions & 9 deletions charts/identity-server/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,8 @@ identity-server:
SessionsApiSettings__BaseAddress: 'https://sessions-api.internal.island.is'
files:
- 'ids-signing.pfx'
grantNamespaces:
- 'user-notification'
grantNamespacesEnabled: true
grantNamespaces: []
grantNamespacesEnabled: false
healthCheck:
liveness:
initialDelaySeconds: 3
Expand Down Expand Up @@ -429,9 +428,8 @@ services-auth-ids-api:
XROAD_TJODSKRA_MEMBER_CODE: '6503760649'
XROAD_TLS_BASE_PATH: 'https://securityserver.island.is'
XROAD_TLS_BASE_PATH_WITH_ENV: 'https://securityserver.island.is/r1/IS'
grantNamespaces:
- 'user-notification'
grantNamespacesEnabled: true
grantNamespaces: []
grantNamespacesEnabled: false
healthCheck:
liveness:
initialDelaySeconds: 3
Expand Down Expand Up @@ -532,9 +530,8 @@ services-auth-ids-api-cleanup:
LOG_LEVEL: 'info'
NODE_OPTIONS: '--max-old-space-size=921 -r dd-trace/init'
SERVERSIDE_FEATURES_ON: 'driving-license-use-v1-endpoint-for-v2-comms'
grantNamespaces:
- 'user-notification'
grantNamespacesEnabled: true
grantNamespaces: []
grantNamespacesEnabled: false
healthCheck:
liveness:
initialDelaySeconds: 3
Expand Down
15 changes: 6 additions & 9 deletions charts/identity-server/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,8 @@ identity-server:
SessionsApiSettings__BaseAddress: 'http://web-services-sessions.services-sessions.svc.cluster.local'
files:
- 'ids-signing.pfx'
grantNamespaces:
- 'user-notification'
grantNamespacesEnabled: true
grantNamespaces: []
grantNamespacesEnabled: false
healthCheck:
liveness:
initialDelaySeconds: 3
Expand Down Expand Up @@ -432,9 +431,8 @@ services-auth-ids-api:
XROAD_TJODSKRA_MEMBER_CODE: '6503760649'
XROAD_TLS_BASE_PATH: 'https://securityserver.staging01.devland.is'
XROAD_TLS_BASE_PATH_WITH_ENV: 'https://securityserver.staging01.devland.is/r1/IS-TEST'
grantNamespaces:
- 'user-notification'
grantNamespacesEnabled: true
grantNamespaces: []
grantNamespacesEnabled: false
healthCheck:
liveness:
initialDelaySeconds: 3
Expand Down Expand Up @@ -535,9 +533,8 @@ services-auth-ids-api-cleanup:
LOG_LEVEL: 'info'
NODE_OPTIONS: '--max-old-space-size=921 -r dd-trace/init'
SERVERSIDE_FEATURES_ON: ''
grantNamespaces:
- 'user-notification'
grantNamespacesEnabled: true
grantNamespaces: []
grantNamespacesEnabled: false
healthCheck:
liveness:
initialDelaySeconds: 3
Expand Down

0 comments on commit 82fde90

Please sign in to comment.