Open
Description
🔖 Feature description
Expose heap dump api internally on port other than 80 / 443 and remove authentication for the same for orchestrator
🎤 Pitch / Usecases
As of now heap dump api requires super admin token, the use-case is to be able to take heap dump without generating super admin token.
current api to take heap dump :
curl -H 'token: <apiToken>' https://<orchestrator_service_url.devtroncd>/orchestrator/debug/pprof/heap
requirement is something like below :
curl https://<orchestrator_service_url.devtroncd>:<some_port>/orchestrator/debug/pprof/heap
🔄️ Alternative
NA
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
AB#8360