Skip to content
Snippets Groups Projects
Commit 924c01ee authored by harshit aggarwal's avatar harshit aggarwal
Browse files

removing a Env variable

parent d2dbf184
No related branches found
No related tags found
1 merge request!63Azure: Removing SUBSCRIBER_SECRET variable from helm charts
Pipeline #20473 failed
......@@ -94,7 +94,5 @@ spec:
value: http://entitlements-azure/entitlements/v1
- name: RECORDS_CHANGE_PUBSUB_ENDPOINT
value: https://haaggarw-eventgrid-viewer.azurewebsites.net/api/updates
- name: SUBSCRIBER_SECRET
value: "395f1b05e95171d7c0dde0b19fd6cf"
- name: ACCEPT_HTTP # TEMPORARY UNTIL HTTPS
value: "true"
\ No newline at end of file
......@@ -54,7 +54,6 @@ In order to run the service locally, you will need to have the following environ
| `ENTITLEMENTS_API` | `https://entitlements.azurewebsites.net/entitlements/v1` | Entitlements API endpoint | no | -- |
| `server_port` | ex `8082` | Port the service will run on | no | -- |
| `RECORDS_CHANGE_PUBSUB_ENDPOINT` | ex `https://notification.azurewebsites.net/api/notification/v1/push-handler/records-changed` | This will be the notification service endpoint where record changed events will be pushed | no | -- |
| `SUBSCRIBER_SECRET` | ex `********` | This secret is required for test API, it is required in SubscriberTestListenerApi endpoints to verify HMAC signature| no | -- |
| `ACCEPT_HTTP` | ex `true/false` | to Enable/disable http requests | no | -- |
**Required to run integration tests**
......
......@@ -50,5 +50,6 @@ INTEGRATION_TEST_AUDIENCES=
CRON_JOB_EXPECTED_IP=0:0:0:0:0:0:0:1
SUBSCRIBER_PRIVATE_KEY_ID=
ENVIRONMENT=LOCAL
SUBSCRIBER_SECRET=395f1b05e95171d7c0dde0b19fd6cf
management.health.defaults.enabled=false
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment