Skip to content

Commit

Permalink
[COST-4417] Include token URL for stage override (#92)
Browse files Browse the repository at this point in the history
* Update token url override env in clowder
  • Loading branch information
chambridge authored Nov 9, 2023
1 parent d15b0bc commit 75b04da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ INSIGHTS_PASSWORD=INSIGHTS_PASSWORD
INSIGHTS_URL=INSIGHTS_URL
HCC_SERVICE_ACCOUNT_ID=HCC_SERVICE_ACCOUNT_ID
HCC_SERVICE_ACCOUNT_SECRET=HCC_SERVICE_ACCOUNT_SECRET
HCC_TOKEN_URL=HCC_TOKEN_URL

INSIGHTS_ACCOUNT_ID=INSIGHTS_ACCOUNT_ID
INSIGHTS_ORG_ID=INSIGHTS_ORG_ID
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ INSIGHTS_PASSWORD=INSIGHTS_PASSWORD
INSIGHTS_URL=INSIGHTS_URL
HCC_SERVICE_ACCOUNT_ID=HCC_SERVICE_ACCOUNT_ID
HCC_SERVICE_ACCOUNT_SECRET=HCC_SERVICE_ACCOUNT_SECRET
HCC_TOKEN_URL=HCC_TOKEN_URL


GCP_DATASET=GCP_DATASET
Expand Down
6 changes: 6 additions & 0 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ objects:
key: hcc-service-account-secret
name: ${SECRET_NAME}
optional: true
- name: HCC_TOKEN_URL
valueFrom:
secretKeyRef:
key: hcc-token-url
name: ${SECRET_NAME}
optional: true
- name: INSIGHTS_ACCOUNT_ID
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 75b04da

Please sign in to comment.