在Nacos开启ak/sk鉴权后,add_naming_instance 会报403错误。 Traceback (most recent call last): File "main.py", line 199, in <module> client.add_naming_instance("fcyt-alig", container_ip, "8001",cluster_name=cluster_name,
"status":403,"error":"Forbidden","message":"user not found!
INFO:nacos.client:[add-watcher] data_id:test_redis, group:DEFAULT_GROUP, namespace:test ERROR:nacos.client:[do-pulling] exception HTTP Error 403: occur, return empty list, waiting for recovery Traceback (most recent call last): File "/Users/admin/git-workspace/test-py/venv/lib/python3.9/...
Nacos中python sdk 这个接口没看到鉴权相关的传参,请求报403怎么办? Nacos中python sdk 这个接口没看到鉴权相关的传参,请求报403?{"timestamp":"2024-07-11T09:22:29.621+08:00","status":403,"error":"Forbidden","message":"user not found!","path":"/nacos/v2/cs/history/configs"} 共...
269 1 Nacos中python sdk 这个接口没看到鉴权相关的传参,请求报403怎么办? 91 1 Nacos2.x 没有提供对应的 Python sdk 嘛? 57 1 nacos最新版本 单机部署 配置文件需要修改哪些信息? 95 1 nacos 2.3.0版本登录失败 提示 user *各位有遇到这种情况吗? 102 0 云原生...
使用https://pypi.org/project/nacos-python-sdk/ 这个包,亲测可以解决监听时报403的问题 👍 1 CZJCC closed this as completed Aug 9, 2024 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees No one assigned Labels None yet Projec...
nacos 2.3.1 nacos-sdk-python 2.0.1 When I use a custom user with read and write permissions get configuration is normal, but once watchers are added, an error is reported: /nacos/v1/cs/configs/listener? accessToken =*** 403 When I use d...
/nacos/v1/cs/configs/listener?accessToken=your_token 403 Update client.py … 3fa3bd3 Copy link CLAassistant commented Mar 20, 2025 • edited Loading All committers have signed the CLA. View details CZJCC merged commit 1391963 into nacos-group:master Mar 21, 2025 1 check passed ...
"[publish] publish content fail result code :403, group:%s, data_id:%s" % ( group, data_id)) raise NacosException("Insufficient privilege.") else: raise NacosException("Request Error, code is %s" % e.code) @@ -371,7 +447,7 @@ def publish_config(self, data_id, group, content,...
{"timestamp":"2024-07-11T09:08:39.259+08:00","status":403,"error":"Forbidden","message":"user not found!","path":"/nacos/v2/cs/history/configs"}AssigneesNo one assigned LabelsNo labels TypeNo type ProjectsNo projects MilestoneNo milestone RelationshipsNone yet DevelopmentNo branches or ...