feat(auth): expose stable IAM role keys

This commit is contained in:
2026-08-14 19:44:04 +03:30
parent b4bb506c20
commit d27d3ff550
+1
View File
@@ -81,6 +81,7 @@ message CheckIAMReq {
message InternalIAM { message InternalIAM {
User user = 1; User user = 1;
IdentityBasic identity = 2; IdentityBasic identity = 2;
repeated string role_keys = 3;
} }
message IdReqWithIAM { message IdReqWithIAM {