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.
1 parent ff83d9d commit efc0b53Copy full SHA for efc0b53
app/controlplane/internal/authz/authz.go
@@ -200,8 +200,9 @@ var ServerOperationsMap = map[string][]*Policy{
200
"/controlplane.v1.UserService/ListMemberships": {},
201
// Set the current organization for the current user
202
"/controlplane.v1.UserService/SetCurrentMembership": {},
203
- // Leave the organization
+ // Leave the organization or delete your account
204
"/controlplane.v1.UserService/DeleteMembership": {},
205
+ "/controlplane.v1.AuthService/DeleteAccount": {},
206
}
207
208
type SubjectAPIToken struct {
0 commit comments