集群可以设置默认的WAF策略、缓存策略

This commit is contained in:
GoEdgeLab
2020-12-17 15:51:09 +08:00
parent 1c65c9b076
commit ce26051d4e
20 changed files with 3053 additions and 2443 deletions

View File

@@ -52,6 +52,7 @@ message CreateUserRequest {
string email = 6;
string remark = 7;
string source = 8;
int64 nodeClusterId = 9;
}
message CreateUserResponse {
@@ -69,6 +70,7 @@ message UpdateUserRequest {
string email = 7;
string remark = 8;
bool isOn = 9;
int64 nodeClusterId = 10;
}
// 删除用户