Skip to content

Commit

Permalink
fix(auth-admin-api): Add missing env (#15991)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
saevarma and kodiakhq[bot] authored Sep 13, 2024
1 parent 5543763 commit 83f5725
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/services/auth/admin-api/infra/auth-admin-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const serviceSetup = (): ServiceBuilder<'services-auth-admin-api'> => {
name: 'servicesauth',
})
.env({
IDENTITY_SERVER_CLIENT_ID: '@island.is/clients/auth-api',
IDENTITY_SERVER_ISSUER_URL: {
dev: 'https://identity-server.dev01.devland.is',
staging: 'https://identity-server.staging01.devland.is',
Expand Down
1 change: 1 addition & 0 deletions charts/identity-server/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ services-auth-admin-api:
DB_NAME: 'servicesauth'
DB_REPLICAS_HOST: 'postgres-applications-reader.internal'
DB_USER: 'servicesauth'
IDENTITY_SERVER_CLIENT_ID: '@island.is/clients/auth-api'
IDENTITY_SERVER_ISSUER_URL: 'https://identity-server.dev01.devland.is'
IDENTITY_SERVER_ISSUER_URL_LIST: '["https://identity-server.dev01.devland.is","https://identity-server.staging01.devland.is","https://innskra.island.is"]'
LOG_LEVEL: 'info'
Expand Down
1 change: 1 addition & 0 deletions charts/identity-server/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ services-auth-admin-api:
DB_NAME: 'servicesauth'
DB_REPLICAS_HOST: 'postgres-ids.internal'
DB_USER: 'servicesauth'
IDENTITY_SERVER_CLIENT_ID: '@island.is/clients/auth-api'
IDENTITY_SERVER_ISSUER_URL: 'https://innskra.island.is'
IDENTITY_SERVER_ISSUER_URL_LIST: '["https://innskra.island.is"]'
LOG_LEVEL: 'info'
Expand Down
1 change: 1 addition & 0 deletions charts/identity-server/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ services-auth-admin-api:
DB_NAME: 'servicesauth'
DB_REPLICAS_HOST: 'postgres-applications.internal'
DB_USER: 'servicesauth'
IDENTITY_SERVER_CLIENT_ID: '@island.is/clients/auth-api'
IDENTITY_SERVER_ISSUER_URL: 'https://identity-server.staging01.devland.is'
IDENTITY_SERVER_ISSUER_URL_LIST: '["https://identity-server.staging01.devland.is","https://innskra.island.is"]'
LOG_LEVEL: 'info'
Expand Down

0 comments on commit 83f5725

Please sign in to comment.