You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/11/22 09:08:48 UTC

[GitHub] [servicecomb-kie] little-cui commented on a diff in pull request #268: 修复在RBAC在只有create权限时,create配置报错

little-cui commented on code in PR #268:
URL: https://github.com/apache/servicecomb-kie/pull/268#discussion_r1029042366


##########
server/datasource/etcd/kv/kv_dao.go:
##########
@@ -507,6 +507,50 @@ func (s *Dao) List(ctx context.Context, project, domain string, options ...datas
 	return pagingResult(result, opts), nil
 }
 
+func (s *Dao) ListNoAuth(ctx context.Context, project, domain string, options ...datasource.FindOption) (*model.KVResponse, error) {

Review Comment:
   此特殊场景的接口应私有化



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org