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

Pyroscope Login and TLS Enablement #3598

Open
vikasmav opened this issue Sep 27, 2024 · 1 comment
Open

Pyroscope Login and TLS Enablement #3598

vikasmav opened this issue Sep 27, 2024 · 1 comment

Comments

@vikasmav
Copy link

I am deploying Pyroscope in Micro Service Mode in Kubernetes, below are my concerns

Does Pyroscope has login screen which can be either integrated with LDAP or atleast create few users with some credentials
and those users can login with the provided creds.

When deployed in Kubernetes Microservice mode, how to enable tls is unclear.
There is no documentation related to that or even when it is deployed in monolith mode.
I believe we can update the documentation with those details.

Can anyone please answer the above?

Thank you
Vikas

@kolesnikovae
Copy link
Collaborator

kolesnikovae commented Sep 30, 2024

Hi @vikasmav!

Does Pyroscope has login screen which can be either integrated with LDAP or atleast create few users with some credentials
and those users can login with the provided creds.

We used to have an auth layer in pre-v1 versions but decided to remove it – we suggest that you implement the auth layer on your own. The simplest way is to deploy an authenticating reverse proxy (e.g., nginx) in front of the service, and limit the network access.

When deployed in Kubernetes Microservice mode, how to enable tls is unclear.

I'm afraid TLS is not fully supported at this time. We will address this issue in a future version.

This was referenced Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants