You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ti...@apache.org on 2021/05/26 02:11:40 UTC

[servicecomb-service-center] branch master updated (a22c06a -> f655b44)

This is an automated email from the ASF dual-hosted git repository.

tianxiaoliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git.


    from a22c06a  Edit rbac apis (#1002)
     add f655b44  make rbac system data safety (#1004)

No new revisions were added by this update.

Summary of changes:
 go.sum                                             | 210 ++++++++++++++++++
 pkg/errors/text.go                                 |   2 +
 server/resource/v4/auth_resource.go                |  19 +-
 ...rbac_resource_test.go => auth_resource_test.go} | 244 +++++----------------
 server/resource/v4/role_resource.go                |  19 +-
 server/resource/v4/role_resource_test.go           | 217 ++++++++++++++++++
 server/service/rbac/authr_plugin.go                |  21 +-
 7 files changed, 530 insertions(+), 202 deletions(-)
 rename server/resource/v4/{rbac_resource_test.go => auth_resource_test.go} (68%)
 create mode 100644 server/resource/v4/role_resource_test.go