Skip to content

Commit

Permalink
Make RHSSO default auth type again
Browse files Browse the repository at this point in the history
  • Loading branch information
kovayur committed May 31, 2024
1 parent a83da53 commit 96026d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dp-terraform/helm/rhacs-terraform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fleetshardSync:
image:
repo: "quay.io/app-sre/acs-fleet-manager"
tag: "main"
# Can be either OCM, RHSSO, STATIC_TOKEN, SERVICE_ACCOUNT_TOKEN. When choosing RHSSO, make sure the clientId/secret is set. By default, uses SERVICE_ACCOUNT_TOKEN.
authType: "SERVICE_ACCOUNT_TOKEN"
# Can be either OCM, RHSSO, STATIC_TOKEN, SERVICE_ACCOUNT_TOKEN. When choosing RHSSO, make sure the clientId/secret is set. By default, uses RHSSO.
authType: "RHSSO"
# OCM refresh token, only required in combination with authType=OCM.
ocmToken: ""
fleetManagerEndpoint: ""
Expand Down

0 comments on commit 96026d6

Please sign in to comment.