Skip to content
Snippets Groups Projects
Verified Commit a6650844 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Add permissions to SessionInfo

parent 6859eb7b
Branches
Tags
2 merge requests!8Release 0.2,!7F acm
Pipeline #17192 passed with warnings
......@@ -65,6 +65,8 @@ message GetSessionInfoResponse {
repeated string roles = 3;
// Seconds until this sessions expires (approximately).
int64 expires = 4;
// The permissions of the user who owns this sessions
repeated string permissions = 5;
}
// A service which provides general information about the server.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment