Skip to content

Commit

Permalink
Make sure we're using POST as method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Aug 21, 2024
1 parent d74dc41 commit 0357d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/httphelper/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ func (client *NodeMgmtClient) CallTSReloadEndpoint(pod *corev1.Pod) error {
endpoint: "/api/v0/ops/node/reload-truststore",
host: podHost,
port: podPort,
method: http.MethodGet,
method: http.MethodPost,
timeout: 60 * time.Second,
}

Expand Down

0 comments on commit 0357d38

Please sign in to comment.