pyroscope icon indicating copy to clipboard operation
pyroscope copied to clipboard

Implement delete app functionality as an HTTP endpoint

Open petethepig opened this issue 2 years ago • 1 comments

Currently it's only possible via the admin command.

We should add this functionality to the HTTP controller. We should make it so that it requires authentication. If there's no authentication mechanisms set up on the server it should return an error.

petethepig avatar Jul 06 '22 23:07 petethepig

Maybe we could even use the same admin server? https://github.com/pyroscope-io/pyroscope/blob/main/pkg/admin/server.go#L42

eh-am avatar Jul 07 '22 13:07 eh-am

done in https://github.com/pyroscope-io/pyroscope/commit/b82f42625f5ee80fad9701d1abd2e0b059aee46c

petethepig avatar Oct 03 '22 01:10 petethepig