Commit 54ef860
authored
feat(auth-4121): add support for sessionAcl proto type (#1296)
The access-management PR
cognitedata/fusion#13753, tried to introduce a
change to provide predefined capability groups. Since the SDK didn't
expose the sessionsAcl type we had to rely on defining a type within the
PR which is undesirable, preferably the SDK would've supported it. This
change introduces the proto definitions found in api_acls:
https://github.com/cognitedata/infrastructure/blob/master/lib/proto/api_acls/cogmono/api_acls/sessions_acl/sessions_acl.proto.
Ticket: https://cognitedata.atlassian.net/browse/AUTH-4121
Note: this PR was made with cursor 🚀1 parent 90ea5bc commit 54ef860
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
| 195 | + | |
| 196 | + | |
193 | 197 | | |
194 | 198 | | |
195 | 199 | | |
| |||
201 | 205 | | |
202 | 206 | | |
203 | 207 | | |
| 208 | + | |
| 209 | + | |
204 | 210 | | |
205 | 211 | | |
206 | 212 | | |
| |||
2302 | 2308 | | |
2303 | 2309 | | |
2304 | 2310 | | |
2305 | | - | |
| 2311 | + | |
| 2312 | + | |
2306 | 2313 | | |
2307 | 2314 | | |
2308 | 2315 | | |
| |||
0 commit comments