Skip to content

Commit

Permalink
updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksiybozhykntt committed Oct 10, 2024
1 parent 764f281 commit 07f785c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ microservice-chart:
AUTH_CLIENT_AUTHORIZATION_URI: https://dev.oneid.pagopa.it/login
AUTH_CLIENT_TOKEN_URI: https://dev.oneid.pagopa.it/oidc/token
AUTH_CLIENT_JWK_URI: https://dev.oneid.pagopa.it/oidc/keys
JWT_TOKEN_EXPIRATION_SECONDS: 28800
keyvault:
name: "arc-d-itn-cittadini-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
1 change: 0 additions & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ microservice-chart:
AUTH_CLIENT_AUTHORIZATION_URI: TBD
AUTH_CLIENT_TOKEN_URI: TBD
AUTH_CLIENT_JWK_URI: TBD
JWT_TOKEN_EXPIRATION_SECONDS: 28800
keyvault:
name: "arc-p-itn-cittadini-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
1 change: 0 additions & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ microservice-chart:
AUTH_CLIENT_AUTHORIZATION_URI: https://uat.oneid.pagopa.it/login
AUTH_CLIENT_TOKEN_URI: https://uat.oneid.pagopa.it/oidc/token
AUTH_CLIENT_JWK_URI: https://uat.oneid.pagopa.it/oidc/keys
JWT_TOKEN_EXPIRATION_SECONDS: 28800
keyvault:
name: "arc-u-itn-cittadini-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
1 change: 1 addition & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ microservice-chart:
APPLICATIONINSIGHTS_INSTRUMENTATION_MICROMETER_ENABLED: "false"
APPLICATIONINSIGHTS_PREVIEW_PROFILER_ENABLED: "false"
ENABLE_AUDIT_APPENDER: "TRUE"
JWT_TOKEN_EXPIRATION_SECONDS: 28800

externalConfigMapValues:
rest-client:
Expand Down

0 comments on commit 07f785c

Please sign in to comment.