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 was archived by the owner on Jan 9, 2020. It is now read-only.
remove camel case naming in kerberos secret names (#612)
The names are currently used when HadoopKerberosKeytabResolverStep
tries to safe the kerberos delegation token into a kubernete secret.
However, the current camel case values will cause a
io.fabric8.kubernetes.client.KubernetesClientException
stating the following:
a DNS-1123 subdomain must consist of lower case alphanumeric characters,
'-' or '.', and must start and end with an alphanumeric character (e.g.
'example.com', regex used for validation is
'[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
0 commit comments