Skip to content

Commit

Permalink
[COST-4407] Add service account support
Browse files Browse the repository at this point in the history
* Add service account support as basic auth is becoming EOL
  • Loading branch information
chambridge committed Nov 3, 2023
1 parent bb865c2 commit ff9aab8
Show file tree
Hide file tree
Showing 5 changed files with 753 additions and 789 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ OCI_CREDENTIALS=OCI_PRIVATE_KEY
OCI_REGION=OCI_REGION
OCI_BUCKET_NAME=OCI_BUCKET_NAME
OCI_NAMESPACE=OCI_NAMESPACE

HCC_SERVICE_ACCOUNT_ID=SERVICE_ACCOUNT_ID
HCC_SERVICE_ACCOUNT_SECRET=SERVICE_ACCOUNT_SECRET
HCC_TOKEN_URL=https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
HCC_TOKEN_SCOPE=api.console
Loading

0 comments on commit ff9aab8

Please sign in to comment.