You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
Thanks for such a useful tool. want to raise an issue about audit feature not working for get pods <pod-name>. I dont see anything in the proxy output console. I have configured the audit as follows:
Hello,
Thanks for such a useful tool. want to raise an issue about audit feature not working for
get pods <pod-name>
. I dont see anything in the proxy output console. I have configured the audit as follows:I see that test for this usecase has been written. however, the same doesnt execute because of absence of
./pkg/proxy/audit/audit_test.go
in the code.I debugged the issue further to find the root cause. Its happening due to (misconfigured ?)
serverConfig.RequestInfoResolver
kube-oidc-proxy/pkg/proxy/audit/audit.go
Line 81 in a8d94c0
Its only resolving
/apis/*
as resource requests. While forget pods <pod-name>
the api is/api/v1/...
Hope I am correct.
Thanks,
The text was updated successfully, but these errors were encountered: