diff options
| author | LHHDZ <changlin.shi@ly.com> | 2022-09-29 04:25:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-28 13:25:59 -0700 |
| commit | e00a12b099213515b49fbdb97544b9e5ee734e90 (patch) | |
| tree | f7516bb411d8e9531c7cf0850e40c7ae17baddbe /weed/pb/iam.proto | |
| parent | aacdcc4cad3d3aea58144640545a630c8b62d11a (diff) | |
| download | seaweedfs-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.proto | 1 |
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 { |
