Skip to content

Commit

Permalink
chore(ids): Fix ids infra so that it aligns with changes in ids. (#15307
Browse files Browse the repository at this point in the history
)
  • Loading branch information
valurefugl authored Jun 21, 2024
1 parent 62fa054 commit 6f0618c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/services/auth/ids-api/infra/identity-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const serviceSetup = (services: {
PersistenceSettings__BaseAddress: ref(
(h) => `http://${h.svc(services.authIdsApi)}`,
),
PersistenceSettings__SessionsBaseAddress: {
SessionsApiSettings__BaseAddress: {
dev: 'http://web-services-sessions.services-sessions.svc.cluster.local',
staging:
'http://web-services-sessions.services-sessions.svc.cluster.local',
Expand Down
2 changes: 1 addition & 1 deletion charts/identity-server/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ identity-server:
NODE_OPTIONS: '--max-old-space-size=1843 -r dd-trace/init'
PersistenceSettings__BaseAddress: 'http://web-services-auth-ids-api'
PersistenceSettings__DelegationsCacheEnabled: 'false'
PersistenceSettings__SessionsBaseAddress: 'http://web-services-sessions.services-sessions.svc.cluster.local'
RedisSettings__Address: 'clustercfg.general-redis-cluster-group.5fzau3.euw1.cache.amazonaws.com'
RedisSettings__Port: '6379'
SERVERSIDE_FEATURES_ON: ''
SessionsApiSettings__BaseAddress: 'http://web-services-sessions.services-sessions.svc.cluster.local'
files:
- 'ids-signing.pfx'
grantNamespaces: []
Expand Down
2 changes: 1 addition & 1 deletion charts/identity-server/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ identity-server:
NODE_OPTIONS: '--max-old-space-size=1843 -r dd-trace/init'
PersistenceSettings__BaseAddress: 'http://web-services-auth-ids-api'
PersistenceSettings__DelegationsCacheEnabled: 'true'
PersistenceSettings__SessionsBaseAddress: 'https://sessions-api.internal.island.is'
RedisSettings__Address: 'clustercfg.general-redis-cluster-group.dnugi2.euw1.cache.amazonaws.com'
RedisSettings__Port: '6379'
SERVERSIDE_FEATURES_ON: 'driving-license-use-v1-endpoint-for-v2-comms'
SessionsApiSettings__BaseAddress: 'https://sessions-api.internal.island.is'
files:
- 'ids-signing.pfx'
grantNamespaces: []
Expand Down
2 changes: 1 addition & 1 deletion charts/identity-server/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ identity-server:
NODE_OPTIONS: '--max-old-space-size=1843 -r dd-trace/init'
PersistenceSettings__BaseAddress: 'http://web-services-auth-ids-api'
PersistenceSettings__DelegationsCacheEnabled: 'false'
PersistenceSettings__SessionsBaseAddress: 'http://web-services-sessions.services-sessions.svc.cluster.local'
RedisSettings__Address: 'clustercfg.general-redis-cluster-group.ab9ckb.euw1.cache.amazonaws.com'
RedisSettings__Port: '6379'
SERVERSIDE_FEATURES_ON: ''
SessionsApiSettings__BaseAddress: 'http://web-services-sessions.services-sessions.svc.cluster.local'
files:
- 'ids-signing.pfx'
grantNamespaces: []
Expand Down

0 comments on commit 6f0618c

Please sign in to comment.