pinpoint 2.0.3 : Agent management can not remove application!!! can any tell me why?thanks

Created on 17 Aug 2020  ·  13Comments  ·  Source: pinpoint-apm/pinpoint

ui

Most helpful comment

You can get the GET request URL from DevTools and append &password=REPLACE_WITH_YOUR_PASSWORD to the request url.

All 13 comments

agent management

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.

https://github.com/naver/pinpoint/blob/master/web/src/main/resources/pinpoint-web-root.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.

Was this page helpful?
0 / 5 - 0 ratings