Skip to content

Commit

Permalink
Merge pull request #236 from vbnrh/update-endpoint
Browse files Browse the repository at this point in the history
Update the onboarding token endpoint
  • Loading branch information
openshift-merge-bot[bot] authored Oct 3, 2024
2 parents f086af8 + c0933d5 commit 22d492b
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 22d492b

Please sign in to comment.