Skip to content

Commit

Permalink
Change the scope for requesting dynamic clients. (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukletsov authored Nov 22, 2023
1 parent e7b4950 commit 493f0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/redhatsso/dynamicclients/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// NewDynamicClientsAPI returns new instance of dynamic clients sso.redhat.com API client.
func NewDynamicClientsAPI(realmConfig *iam.IAMRealmConfig) *api.AcsTenantsApiService {
httpClient := redhatsso.NewSSOAuthHTTPClient(realmConfig, "api.iam.clients")
httpClient := redhatsso.NewSSOAuthHTTPClient(realmConfig, "api.iam.clients.acs")
configuration := &api.Configuration{
BasePath: realmConfig.BaseURL + realmConfig.APIEndpointURI,
UserAgent: "RHACS-Fleet-Manager/1.0",
Expand Down

0 comments on commit 493f0b3

Please sign in to comment.