Skip to content

Commit c1d572e

Browse files
authored
Merge pull request kubernetes#85754 from alvaroaleman/fix-comment
Remove stale comment re making apiserver common names dynamic
2 parents 127c47c + 1d3b6ec commit c1d572e

File tree

1 file changed

+0
-1
lines changed
  • staging/src/k8s.io/apiserver/pkg/authentication/request/x509

1 file changed

+0
-1
lines changed

staging/src/k8s.io/apiserver/pkg/authentication/request/x509/x509.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ func NewVerifier(opts x509.VerifyOptions, auth authenticator.Request, allowedCom
163163
}
164164

165165
// NewDynamicCAVerifier create a request.Authenticator by verifying a client cert on the request, then delegating to the wrapped auth
166-
// TODO make the allowedCommonNames dynamic
167166
func NewDynamicCAVerifier(verifyOptionsFn VerifyOptionFunc, auth authenticator.Request, allowedCommonNames StringSliceProvider) authenticator.Request {
168167
return &Verifier{verifyOptionsFn, auth, allowedCommonNames}
169168
}

0 commit comments

Comments
 (0)