Semir Patel
ada767fc9f
resource: Pass resource to Write ACL hook instead of just resource Id [NET-4908] ( #18192 )
2023-07-20 12:06:29 -05:00
Dan Upton
b117eb0126
resource: enforce consistent naming of resource types ( #17611 )
...
For consistency, resource type names must follow these rules:
- `Group` must be snake case, and in most cases a single word.
- `GroupVersion` must be lowercase, start with a "v" and end with a number.
- `Kind` must be pascal case.
These were chosen because they map to our protobuf type naming
conventions.
2023-06-26 13:25:14 +01:00
Semir Patel
9fef1c7f17
Create tombstone on resource `Delete` ( #17108 )
2023-04-28 10:49:08 -05:00
Semir Patel
b8c9e133be
Add mutate hook to `Write` endpoint ( #16958 )
2023-04-12 16:50:07 -05:00
Semir Patel
3b83c7ee9a
Enforce ACLs on resource `Write` and `Delete` endpoints ( #16956 )
2023-04-12 16:22:44 -05:00
Semir Patel
317240fca7
Resource validation hook for `Write` endpoint ( #16950 )
2023-04-11 06:55:32 -05:00
Semir Patel
686f49346c
Check acls on resource `Read`, `List`, and `WatchList` ( #16842 )
2023-04-11 06:10:14 -05:00
Ronald
b64674623e
Copyright headers for missing files/folders ( #16708 )
...
* copyright headers for agent folder
2023-03-28 18:48:58 -04:00
Semir Patel
5a3fec6238
Basic resource type registry ( #16622 )
2023-03-14 13:30:25 -05:00