Félix Cantournet
Félix Cantournet
This is a port of data_buffer and data_pointer from redbpf https://sourcegraph.com/github.com/rebpf/rebpf@50e235721228c1ece2c685f9357a954bd4a322d3/-/blob/rebpf/src/libbpf.rs?L547:12#tab=def This allows code like this (with a fork of pdu to make it bpf compatible) : ``` #[inline(always)] fn...
Hi, I'm trying to use `pdu` to do some packet parsing from the `XdpContext`. This seemed to work at some point in `redbpf` examples at https://github.com/rebpf/rebpf/blob/50e235721228c1ece2c685f9357a954bd4a322d3/examples/packet_parser/src/kern.rs#L44 [EDIT] So I ported...
I think this duplication was the result of a merge conflict resolution gone wrong. This duplication serves no purpose, unless I'm missing some magic in which case maybe we should...
I'd like to be able to have a set of policies that is shared across all/many helm charts, because our current plan is to have a chart per application. Are...
Is there any plan to add storage polocy support ?
To achieve stable consistent hashing over endpoints in ringhash/maglev when using EDS we need something similar to use_hostname_for_hashing. In e.g: kubernetes using statefulsets you have endpoints with a stable identity,...
This is a sync tool. Having the `--delete` flag makes sense if you want to have some kind of (partial) dry-run, but `--sync-full` seems redundant. However it is "useful" right...
In particular there are a certain number of objects that accept arbitrary `attributes`. We do get some input validation from Vault, but it might be nice to add a readback...
There are many config flags inherited from `vaultctl` for the sync command. We can probably do a better Job at deducing the intent of the user from the actual input...