Merge pull request #3433 from wansir/loginrecord

limit login record entries
This commit is contained in:
KubeSphere CI Bot
2021-03-06 19:47:04 +08:00
committed by GitHub
18 changed files with 250 additions and 716 deletions

View File

@@ -194,7 +194,8 @@ func addControllers(
client.KubeSphere(),
kubesphereInformer.Iam().V1alpha2().LoginRecords(),
kubesphereInformer.Iam().V1alpha2().Users(),
authenticationOptions.LoginHistoryRetentionPeriod)
authenticationOptions.LoginHistoryRetentionPeriod,
authenticationOptions.LoginHistoryMaximumEntries)
csrController := certificatesigningrequest.NewController(client.Kubernetes(),
kubernetesInformer.Certificates().V1beta1().CertificateSigningRequests(),