We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
assert/*
1 parent 3001245 commit e32327dCopy full SHA for e32327d
pkg/client/requestaccess.go
@@ -11,6 +11,7 @@ import (
11
// spaceAccess is the set of capabilities required by the agent to manage a
12
// space.
13
var spaceAccess = []access.CapabilityRequest{
14
+ {Can: "assert/*"},
15
{Can: "space/*"},
16
{Can: "blob/*"},
17
{Can: "index/*"},
pkg/client/requestaccess_test.go
@@ -67,6 +67,7 @@ func TestRequestAccess(t *testing.T) {
67
require.ElementsMatch(
68
t,
69
[]string{
70
+ "assert/*",
71
"space/*",
72
"blob/*",
73
"index/*",
0 commit comments