Replace auth account.Namespace with account.Scopes
This commit is contained in:
@@ -37,7 +37,7 @@ message Account {
|
||||
string type = 2;
|
||||
repeated string roles = 3;
|
||||
map<string, string> metadata = 4;
|
||||
string namespace = 5;
|
||||
repeated string scopes = 5;
|
||||
string provider = 6;
|
||||
string secret = 7;
|
||||
}
|
||||
@@ -46,14 +46,13 @@ message Resource{
|
||||
string name = 1;
|
||||
string type = 2;
|
||||
string endpoint = 3;
|
||||
string namespace = 4;
|
||||
}
|
||||
|
||||
message GenerateRequest {
|
||||
string id = 1;
|
||||
repeated string roles = 2;
|
||||
map<string, string> metadata = 3;
|
||||
string namespace = 4;
|
||||
repeated string scopes = 4;
|
||||
string secret = 5;
|
||||
string type = 6;
|
||||
string provider = 7;
|
||||
|
Reference in New Issue
Block a user