cockroachdb / cockroachdb/cockroach
roachprod: http commands (eg, pprof) are broken
Open
A-roachprod
A-testeng-infra
C-bug
T-testeng
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
There are a few roachprod commands that attempt to make HTTP requests to the cluster. These weren't updated to appropriately handle the server's TLS certificate or to populate an appropriate JWT authentication cookie.
For example
```
roachprod pprof
```
fails silently when initiating the TLS connection.
Additionally, the command to begin collection of a storage compaction workload fails similarly:
```
roachprod storage collection start "jackson-collect-kv4kb:3" --volume-size 500
```
Jira issue: CRDB-51132
Contributor guide
Assessment
This issue has not been assessed yet.