Skip to content
Snippets Groups Projects

Resolve "Implement integration tests for RBAC"

Merged Fabian Seidl requested to merge 340-implement-integration-tests-for-rbac into master
Files
5
@@ -89,7 +89,7 @@ message CreateUsersResponse {
@@ -89,7 +89,7 @@ message CreateUsersResponse {
// GetUser
// GetUser
message GetUserRequest {
message GetUserRequest {
int64 timestamp = 1;
int64 timestamp = 1;
string name = 2 [(buf.validate.field).required = true];
string name = 2 [(buf.validate.field).required = true]; // TODO(faseid): reconsider if this is necessary as required, but id is not?
string id = 3;
string id = 3;
}
}
Loading