Skip to content

Commit

Permalink
Submit config types with auth. Fixes #596
Browse files Browse the repository at this point in the history
  • Loading branch information
plorenz committed Jul 17, 2024
1 parent e01435f commit 00c75e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ziti/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (self *CtrlClient) Authenticate() (apis.ApiSession, error) {

self.ApiSessionCertificate = nil

apiSession, err := self.ClientApiClient.Authenticate(self.Credentials, nil)
apiSession, err := self.ClientApiClient.Authenticate(self.Credentials, self.ConfigTypes)

if err != nil {
return nil, rest_util.WrapErr(err)
Expand Down

0 comments on commit 00c75e2

Please sign in to comment.