Skip to content

Commit

Permalink
chore: P4PU-143 added secrets api key for biz-events service (#4)
Browse files Browse the repository at this point in the history
* P4PU-143 added secrets api key for biz-events service

* P4PU-143 updated application.yml
  • Loading branch information
Giuseppe-LaManna authored May 28, 2024
1 parent 3231c2e commit c339e34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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:

envSecret:
APPLICATIONINSIGHTS_CONNECTION_STRING: appinsights-connection-string
BIZ_EVENTS_SERVICE_API_KEY: pagopa-d-bizevents-trx-apimv1-subscription-key

# nodeSelector: {}

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ management:
exposure.include: "*"
web:
exposure.include: info, health

apiKey.bizEvents: ${BIZ_EVENTS_SERVICE_API_KEY:}

0 comments on commit c339e34

Please sign in to comment.