Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cmd): add support for oidc auth provider
Symptoms: ``` $ kubectl trace run $NODE_NAME -e "tracepoint:syscalls:sys_enter_* { @[probe] = count(); }" Error: No Auth Provider found for name "oidc" ``` The client/auth/oidc pkg in client-go is not vendored. This patch adds the blank import. Signed-off-by: Alban Crequy <[email protected]>
- Loading branch information