aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/iam.proto
diff options
context:
space:
mode:
authorLHHDZ <changlin.shi@ly.com>2022-09-29 04:25:59 +0800
committerGitHub <noreply@github.com>2022-09-28 13:25:59 -0700
commite00a12b099213515b49fbdb97544b9e5ee734e90 (patch)
treef7516bb411d8e9531c7cf0850e40c7ae17baddbe /weed/pb/iam.proto
parentaacdcc4cad3d3aea58144640545a630c8b62d11a (diff)
downloadseaweedfs-e00a12b099213515b49fbdb97544b9e5ee734e90.tar.xz
seaweedfs-e00a12b099213515b49fbdb97544b9e5ee734e90.zip
associate `Account` and `Identity` by accountId (#3754)
Diffstat (limited to 'weed/pb/iam.proto')
-rw-r--r--weed/pb/iam.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/iam.proto b/weed/pb/iam.proto
index 1703f2c2b..1a6027292 100644
--- a/weed/pb/iam.proto
+++ b/weed/pb/iam.proto
@@ -22,6 +22,7 @@ message Identity {
string name = 1;
repeated Credential credentials = 2;
repeated string actions = 3;
+ string accountId = 4;
}
message Credential {