refactor: identity -> iam
This commit is contained in:
11
modules/iam/cerbos/resources.ts
Normal file
11
modules/iam/cerbos/resources.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
export const resources = new ResourceRegistry([
|
||||
{
|
||||
kind: "identity",
|
||||
actions: ["read", "update", "delete"],
|
||||
attr: {},
|
||||
},
|
||||
] as const);
|
||||
|
||||
export type Resource = typeof resources.$resource;
|
||||
*/
|
||||
Reference in New Issue
Block a user