Skip to content

Feature: Expose heap dump api internally on port other than 80 / 443 and remove authentication for orchestrator #4633

Open
@tayalrishabh96

Description

@tayalrishabh96

🔖 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?

AB#8360

Metadata

Metadata

Labels

ICA-AUG24Issue Cleanup Activity Aug 2024enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions