nacos-group / nacos-sdk-python

nacos python sdk
Apache License 2.0
358 stars 136 forks source link

When calling add_config_watcher, if the user is not nacos, a 403 error will occur, and access to /nacos/v1/cs/configs/listener will be denied. #178

Closed gongycn closed 1 week ago

gongycn commented 1 month ago

When calling add_config_watcher, if the user is not nacos, a 403 error will occur, and access to /nacos/v1/cs/configs/listener will be denied.

CZJCC commented 1 month ago

What is your python sdk version and what is your usage scenario?

I didn‘t reproduce your problem when the user is not "nacos"

CZJCC commented 1 month ago

or can you show your test code which can reproduce this bug?