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

How to Implement Read-Only Access for Developers in Pinpoint Web UI? #11017

Closed
lxxxxxxk opened this issue May 15, 2024 · 2 comments
Closed

How to Implement Read-Only Access for Developers in Pinpoint Web UI? #11017

lxxxxxxk opened this issue May 15, 2024 · 2 comments

Comments

@lxxxxxxk
Copy link

Hello Pinpoint Team,

I am currently using Pinpoint for APM in my organization and it has been incredibly useful. However, I have encountered a challenge regarding user access control on the Pinpoint Web UI.

I would like to create a read-only access level for developers, allowing them to view monitoring data without being able to modify any configurations or settings. As far as I understand, Pinpoint does not provide built-in user role management features.

Could you please provide guidance on how to implement read-only access for certain users in the Pinpoint Web UI? Is there an existing plugin or a recommended approach to achieve this functionality?

Any help or direction would be greatly appreciated.

Thank you!

Best regards,

@emeroad
Copy link
Member

emeroad commented May 16, 2024

https://github.com/pinpoint-apm/pinpoint/tree/master/basic-login
You can enable Basic Authentication using -Dpinpoint.modules.web.login=basicLogin.

#7205

# in pinpoint-web.properties or -Dxxxx
web.security.auth.user=alice:foo, bob:bar
web.security.auth.admin=eve:baz

Related issues are as above

@lxxxxxxk
Copy link
Author

https://github.com/pinpoint-apm/pinpoint/tree/master/basic-login 您可以使用启用基本身份验证-Dpinpoint.modules.web.login=basicLogin

第7205章

# in pinpoint-web.properties or -Dxxxx
web.security.auth.user=alice:foo, bob:bar
web.security.auth.admin=eve:baz

相关问题如上

thanks

@emeroad emeroad closed this as completed May 17, 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