Donald Hunter
Donald Hunter
On Fri, 23 Sept 2022 at 16:39, Dave Tucker ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > In headers/xdp/prog_dispatcher.h > : > > > @@...
> Sadly I have no idea how to convince the compiler to mark the sections as such, which is why the discussion stalled back then. If any of you have...
Here's the full agent log: ``` time="2022-04-25T22:04:43Z" level=warning msg="Current umask 0022 is too permissive; setting umask 0027" time="2022-04-25T22:04:43Z" level=info msg="Starting agent with data directory: \"/run/spire\"" time="2022-04-25T22:04:43Z" level=info msg="Plugin loaded" external=false...
I can confirm that an entry with a unix selector works: ``` kubectl exec -n spire spire-server-0 -- \ /opt/spire/bin/spire-server entry create \ -spiffeID spiffe://example.org/unix/zero \ -parentID spiffe://example.org/ns/spire/sa/spire-agent \ -selector...
+1 for this PR, albeit with the maven-bundle-plugin bumped to 3.2.0 which is the most recent as of this comment.
I encountered the same issue where the parameters are reversed in all the examples on this page: https://docs.garak.ai/garak/garak-components/using-generators
Here is some related work I have done to speed up the C domain: https://github.com/donaldh/sphinx/tree/c-domain-speedup
@teburd The C domain work is merged.
It would be great to get this PR merged because the docs on spiffe.io don't work with spire-tutorials/k8s/quickstart.
This fixes issue #17