Skip to content

Commit

Permalink
feat: [PagoPA-1741] - get pdf receipt (#60)
Browse files Browse the repository at this point in the history
* [PAGOPA-1741] get pdf: first impl

* [PAGOPA-1741] get pdf: openapi update

* [PAGOPA-1741] get pdf: helm update

* Delete .classpath

* Update .gitignore

* [PAGOPA-1741] get pdf: typo

---------

Co-authored-by: pagopa-github-bot <github-bot@pagopa.it>
Co-authored-by: aacitelli <aacitelli@PDD-NB-0205.dgsgroup.it>
  • Loading branch information
3 people authored May 20, 2024
1 parent 36bb549 commit cacf500
Show file tree
Hide file tree
Showing 22 changed files with 3,497 additions and 3,172 deletions.
5 changes: 5 additions & 0 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ microservice-chart:
COSMOS_DB_VIEW_GENERAL_CONTAINER_NAME: 'biz-events-view-general'
COSMOS_DB_VIEW_CART_CONTAINER_NAME: 'biz-events-view-cart'
COSMOS_QUERY_METRICS: 'false'
PDF_RECEIPT_HOST: 'https://api.dev.platform.pagopa.it/receipts/service/v1'
RETRY_MAX_DELAY: "10000"
RETRY_MAX_ATTEMPTS: "1"
CONNECTION_TIMEOUT: "10000"
OTEL_SERVICE_NAME: "pagopabizeventsservice"
OTEL_RESOURCE_ATTRIBUTES: "service.name=pagopareceiptspdfserviceotl,deployment.environment=dev"
OTEL_EXPORTER_OTLP_ENDPOINT: "http://otel-collector.elastic-system.svc:4317"
Expand All @@ -89,6 +93,7 @@ microservice-chart:
envSecret:
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-d-connection-string'
COSMOS_DB_PRIMARY_KEY: 'cosmos-d-biz-key'
PDF_RECEIPT_SUBSCRIPTION_KEY: "bizevent-d-receiptpdfservice-subscription-key"
OTEL_EXPORTER_OTLP_HEADERS: 'elastic-otl-secret-token'
keyvault:
name: "pagopa-d-bizevents-kv"
Expand Down
5 changes: 5 additions & 0 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ microservice-chart:
COSMOS_DB_VIEW_GENERAL_CONTAINER_NAME: 'biz-events-view-general'
COSMOS_DB_VIEW_CART_CONTAINER_NAME: 'biz-events-view-cart'
COSMOS_QUERY_METRICS: 'false'
PDF_RECEIPT_HOST: 'https://api.platform.pagopa.it/receipts/service/v1'
RETRY_MAX_DELAY: "10000"
RETRY_MAX_ATTEMPTS: "1"
CONNECTION_TIMEOUT: "10000"
OTEL_SERVICE_NAME: "pagopabizeventsservice"
OTEL_RESOURCE_ATTRIBUTES: "service.name=pagopareceiptspdfserviceotl,deployment.environment=prod"
OTEL_EXPORTER_OTLP_ENDPOINT: "http://otel-collector.elastic-system.svc:4317"
Expand All @@ -89,6 +93,7 @@ microservice-chart:
envSecret:
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-p-connection-string'
COSMOS_DB_PRIMARY_KEY: 'cosmos-p-biz-key'
PDF_RECEIPT_SUBSCRIPTION_KEY: "bizevent-p-receiptpdfservice-subscription-key"
OTEL_EXPORTER_OTLP_HEADERS: 'elastic-otl-secret-token'
keyvault:
name: "pagopa-p-bizevents-kv"
Expand Down
5 changes: 5 additions & 0 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ microservice-chart:
COSMOS_DB_VIEW_GENERAL_CONTAINER_NAME: 'biz-events-view-general'
COSMOS_DB_VIEW_CART_CONTAINER_NAME: 'biz-events-view-cart'
COSMOS_QUERY_METRICS: 'false'
PDF_RECEIPT_HOST: 'https://api.uat.platform.pagopa.it/receipts/service/v1'
RETRY_MAX_DELAY: "10000"
RETRY_MAX_ATTEMPTS: "1"
CONNECTION_TIMEOUT: "10000"
OTEL_SERVICE_NAME: "pagopabizeventsservice"
OTEL_RESOURCE_ATTRIBUTES: "service.name=pagopareceiptspdfserviceotl,deployment.environment=uat"
OTEL_EXPORTER_OTLP_ENDPOINT: "http://otel-collector.elastic-system.svc:4317"
Expand All @@ -89,6 +93,7 @@ microservice-chart:
envSecret:
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-u-connection-string'
COSMOS_DB_PRIMARY_KEY: 'cosmos-u-biz-key'
PDF_RECEIPT_SUBSCRIPTION_KEY: "bizevent-u-receiptpdfservice-subscription-key"
OTEL_EXPORTER_OTLP_HEADERS: 'elastic-otl-secret-token'
keyvault:
name: "pagopa-u-bizevents-kv"
Expand Down
Loading

0 comments on commit cacf500

Please sign in to comment.