Skip to content

Commit

Permalink
Chnage routing
Browse files Browse the repository at this point in the history
  • Loading branch information
taran-p committed Nov 6, 2023
1 parent 359fce8 commit 6667644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user-commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ func (adm *AdminClient) AddServiceAccountLDAP(ctx context.Context, opts AddServi
}

reqData := requestData{
relPath: adminAPIPrefix + "/ldap/add-service-account",
relPath: adminAPIPrefix + "/idp/ldap/add-service-account",
content: econfigBytes,
}
resp, err := adm.executeMethod(ctx, http.MethodPut, reqData)
Expand Down Expand Up @@ -585,7 +585,7 @@ func (adm *AdminClient) ListAccessKeysLDAP(ctx context.Context, userDN string, l
queryValues.Set("userDN", userDN)

reqData := requestData{
relPath: adminAPIPrefix + "/ldap/list-access-keys",
relPath: adminAPIPrefix + "/idp/ldap/list-access-keys",
queryValues: queryValues,
}

Expand Down

0 comments on commit 6667644

Please sign in to comment.