We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364dae5 commit c6ab567Copy full SHA for c6ab567
keps/sig-auth/3331-structured-config-for-oidc-authentication/README.md
@@ -656,7 +656,11 @@ This can inform certain test coverage improvements that we want to do before
656
extending the production code to implement this enhancement.
657
-->
658
659
-- `<package>`: `<date>` - `<test coverage>`
+- `k8s.io/kubernetes/pkg/kubeapiserver/options/authentication.go`: `2023-06-06` - `74.7`
660
+- `k8s.io/kubernetes/pkg/kubeapiserver/authenticator/config.go`: `2023-06-06` - `0.0`
661
+- `k8s.io/apiserver/plugin/pkg/authenticator/token/oidc`: `2023-06-06` - `84`
662
+
663
+Note that as of 2023-06-06, the existing OIDC authenticator has no integration or e2e tests.
664
665
##### Integration tests
666
0 commit comments