Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement delete app functionality as an HTTP endpoint #1223

Closed
petethepig opened this issue Jul 6, 2022 · 2 comments
Closed

Implement delete app functionality as an HTTP endpoint #1223

petethepig opened this issue Jul 6, 2022 · 2 comments
Labels
backend Mostly go code

Comments

@petethepig
Copy link
Member

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.

@eh-am
Copy link
Collaborator

eh-am commented Jul 7, 2022

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

@petethepig
Copy link
Member Author

done in b82f426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Mostly go code
Projects
None yet
Development

No branches or pull requests

2 participants