Skip to content

Commit

Permalink
Update the onboarding token endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: vbadrina <[email protected]>
  • Loading branch information
vbnrh committed Oct 3, 2024
1 parent f086af8 commit c0933d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/onboarding_token.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func requestStorageClusterPeerToken(ctx context.Context, proxyServiceNamespace s
if err != nil {
return "", fmt.Errorf("failed to read token: %w", err)
}
url := fmt.Sprintf("https://ux-backend-proxy.%s.svc.cluster.local:8888/onboarding-tokens", proxyServiceNamespace)
url := fmt.Sprintf("https://ux-backend-proxy.%s.svc.cluster.local:8888/onboarding/peer-tokens", proxyServiceNamespace)
client := &http.Client{
Timeout: 30 * time.Second,
Transport: &http.Transport{
Expand Down

0 comments on commit c0933d5

Please sign in to comment.