Skip to content

Commit

Permalink
fix: Added missing HEC token environment variable. (#196)
Browse files Browse the repository at this point in the history
* fix: Added missing HEC token environment variable.

* Updated README.md for the new enviroment variables.
  • Loading branch information
askayastha22 committed Jan 11, 2024
1 parent 2793bba commit 95c718f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_prod.yml
Expand Up @@ -28,6 +28,7 @@ jobs:
IMS_SERVICE_CLIENT_SECRET: ${{ secrets.IMS_SERVICE_CLIENT_SECRET }}
IMS_SERVICE_PERM_AUTH_CODE: ${{ secrets.IMS_SERVICE_PERM_AUTH_CODE }}
IMS_PRODUCT_CONTEXT: dma_aem_cloud
SPLUNK_HEC__HEC_TOKEN: ${{ secrets.SPLUNK_HEC__HEC_TOKEN }}
AIO_LOG_LEVEL: info
run: |
npm install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_qa.yml
Expand Up @@ -30,6 +30,7 @@ jobs:
IMS_SERVICE_CLIENT_SECRET: ${{ secrets.IMS_SERVICE_CLIENT_SECRET }}
IMS_SERVICE_PERM_AUTH_CODE: ${{ secrets.IMS_SERVICE_PERM_AUTH_CODE }}
IMS_PRODUCT_CONTEXT: dma_aem_cloud
SPLUNK_HEC__HEC_TOKEN: ${{ secrets.SPLUNK_HEC__HEC_TOKEN }}
AIO_LOG_LEVEL: info
run: |
npm install
Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -137,6 +137,9 @@ AIO_runtime_auth=
AIO_runtime_namespace=
AIO_runtime_apihost=

# AIO Logging environment variables
AIO_LOG_LEVEL=info

## Firefall environment variables
FIREFALL_API_KEY=aem-genai-assistant
FIREFALL_ENDPOINT=https://firefall.adobe.io # or https://firefall-stage.adobe.io
Expand All @@ -148,4 +151,7 @@ IMS_CLIENT_ID=aem-genai-assistant # This is the IMSS client ID for validating se
IMS_SERVICE_CLIENT_ID=aem-sidekick-genai-assistant # This is the IMSS client ID for generating a service token. This ID is associated with the FIREFALL_API_KEY.
IMS_SERVICE_CLIENT_SECRET=
IMS_SERVICE_PERM_AUTH_CODE=

## Splunk environment variables
SPLUNK_HEC__HEC_TOKEN=
```

0 comments on commit 95c718f

Please sign in to comment.