ccojocar / sso-operator

Single Sign-On Kubernetes operator for Dex identity provider
Apache License 2.0
78 stars 20 forks source link

sso-operator fails to create sso proxy expose job if the name is more than 63 chars #24

Closed romainverduci closed 5 years ago

romainverduci commented 5 years ago

Descriptions: Trying to enable sso for a preview environment, the generated name for the SSO proxy expose job is too long (more than 63 chars) and so the sso-operator fails to create the expose job.

The generated name should be truncated to 63 chars.

Logs from sso-operator

ccojocar commented 5 years ago

@romainverduci Can I close this? I guess you fix it.

romainverduci commented 5 years ago

@ccojocar Yes it's fixed, I forgot closing it :)