Benjamin Staffin
Benjamin Staffin
I'm eager to try using this approach with Gitlab CI job tokens and Keycloak as an OIDC broker. How much is left to do before this will be usable?
I don't always get that error, but as soon as I try to do something like using tar to read every file in a worktree directory, lot of errors happen...
You can use that in a SearchFilter, something like: ``` BaseDN DC=mydomain,DC=local SearchFilter (&(objectCategory=user)(sAMAccountName=%u)(memberof:1.2.840.113556.1.4.1941:=CN=testgroup,OU=GROUPS,DC=mydomain,DC=local)) RequireGroup false ``` I believe you want `RequireGroup false` in this case since the searchfilter is...
Related debian bug from 2011: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641811 Their fix at the time was to build openvpn-auth-ldap with gcc 4.6 instead of 4.7.
Thanks for the report! So yeah, I think these rules will need some updates for bazel >= 0.27. I have not had time to work on Bazel-related stuff for a...
I think the `http_file` rule has been mode into a skylark module: https://docs.bazel.build/versions/master/repo/http.html So you can get it back with ``` load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file", "http_archive") ```
You have probably found a bug! I think this will be fairly easy to fix.
Awesome, thank you for the pull request! I'm not sure I understand what you mean by "add this info for pex binary and other pex artifacts" - can you elaborate?
Sorry for the delay - I haven't forgotten about this, but I haven't had time to return to it just yet.