
From the network request/response, error response was found "Missing password". From the UI part, no place to provide password. So i thought the function need some UI update to allow user to provide password.
You can get the GET request URL from DevTools and append &password=REPLACE_WITH_YOUR_PASSWORD to the request url.
it works. And how can I set the username and password for my pinpoint-web. thanks!
You can get the GET request URL from DevTools and append &password=REPLACE_WITH_YOUR_PASSWORD to the request url.
In released versions, it's in a different file https://github.com/naver/pinpoint/blob/v2.0.4/web/src/main/resources/pinpoint-web.properties#L27 .
admin.password=admin
The application was successfully deleted by including the password in the URL. Now my inpoint-web does not require login authentication, I want to set up an authentication interface for pinpoint web. What should I do? Thanks!
@caicha It seems to be missing an interface for entering the password in the page. Planning on adding it. Thanks for the report :)
@yjqg6666 Thanks for your help
@caicha It seems to be missing an interface for entering the password in the page. Planning on adding it. Thanks for the report :)
@yjqg6666 Thanks for your help
OK! Thank you very much!
@caicha
Unfortunately, for now, Pinpoint does not support authentication.
Dongbin is gonna make what Dongbin said.
thanks :)
@caicha
Unfortunately, for now, Pinpoint does not support authentication.
Dongbin is gonna make what Dongbin said.thanks :)
hope to support it as soon as possible. Pinpoint is a good product!thanks!
@binDongKim thanks and waiting for the update. Application/agent deletion from the UI is a useful feature. I used to delete them by directly call url, it would be so much better through UI.
Resolved by https://github.com/naver/pinpoint/pull/7140
Most helpful comment
You can get the GET request URL from DevTools and append &password=REPLACE_WITH_YOUR_PASSWORD to the request url.