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
Get two keytabs using two volumes in a pod. A keytab may appear containing all kerberos users.
The temporary file name found in the source code when keytab is generated is a unix timestamp, and keytab data is written to the same file name when concurrent operations occur.
solution
Use uuid as file name or hash based on kerberos service name. It is best to use uuid generation to generate random values.
Desc
Get two keytabs using two volumes in a pod. A keytab may appear containing all kerberos users.
The temporary file name found in the source code when keytab is generated is a unix timestamp, and keytab data is written to the same file name when concurrent operations occur.
solution
Use uuid as file name or hash based on kerberos service name. It is best to use uuid generation to generate random values.
ref
secret-operator/pkg/kerberos/kadmin.go
Lines 127 to 135 in 2466ed4
The text was updated successfully, but these errors were encountered: