vmware-tanzu / pinniped

Pinniped is the easy, secure way to log in to your Kubernetes clusters.
https://pinniped.dev
Apache License 2.0
566 stars 66 forks source link

make host name parsing case-insensitive #2022

Closed ashish-amarnath closed 3 months ago

ashish-amarnath commented 3 months ago

bug-fix: make host name parsing case-insensitive

Release note:

bug fix: host names with upper case characters were previously considered invalid. Pinniped is now insensitive to casing on host names.
joshuatcasey commented 3 months ago

The only integration tests that were failing on commit 7c7f0fdae3470c7cb6c3aeb3972b9daede7f866e were flakes, so I'll rebase on latest main and we'll try again.