Matt Keeler
93bad3ea1b
Allow resource updates to omit an owner refs UID ( #17423 )
...
This change enables workflows where you are reapplying a resource that should have an owner ref to publish modifications to the resources data without performing a read to figure out the current owner resource incarnations UID.
Basically we want workflows similar to `kubectl apply` or `consul config write` to be able to work seamlessly even for owned resources.
In these cases the users intention is to have the resource owned by the “current” incarnation of the owner resource.
2023-05-22 10:44:49 -04:00
Semir Patel
abeccb4c76
Support update resource with change in GroupVersion ( #17330 )
2023-05-15 09:42:01 -05:00
Dan Upton
eff5dd1812
resource: owner references must include a uid ( #17169 )
2023-04-28 11:22:42 +01:00
Dan Upton
b9c485dcb8
Controller Supervision ( #17016 )
2023-04-25 12:52:35 +01:00
Semir Patel
46816071df
De-scope tenenacy requirements to OSS only for now. ( #17087 )
...
Partition and namespace must be "default"
Peername must be "local"
2023-04-24 08:14:51 -05:00
hashicorp-copywrite[bot]
9f81fc01e9
[COMPLIANCE] Add Copyright and License Headers ( #16854 )
...
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
Co-authored-by: Ronald <roncodingenthusiast@users.noreply.github.com>
2023-04-20 12:40:22 +00:00
Semir Patel
2f7d591702
Tenancy wildcard validaton for `Write`, `Read`, and `Delete` endpoints ( #17004 )
2023-04-17 16:33:20 -05:00
Semir Patel
79b30476e0
Enforce Owner rules in `Write` endpoint ( #16983 )
2023-04-14 08:19:46 -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
Dan Upton
d595e6ade9
resource: `WriteStatus` endpoint ( #16886 )
2023-04-11 19:23:14 +01: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
Dan Upton
4fa2537b3b
Resource `Write` endpoint ( #16786 )
2023-04-06 10:40:04 +01:00