Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RELATED ISSUES deis/workflow#700 deis/workflow#701 (documentation fix) Note: this bug also exists for https://github.com/deis/registry/blob/master/rootfs/bin/create-bucket#L27 REPRODUCING THE BUG Using a period in BUCKET_NAME causes `helm install -f values.yaml deis/workflow --namespace=deis` to fail with this error: ``` ssl.CertificateError: hostname 'deis.subdomain.domain.com-registry.s3-us-west-2.amazonaws.com' doesn't match either of 's3-us-west-2.amazonaws.com', '*.s3-us-west-2.amazonaws.com', 's3.us-west-2.amazonaws.com', '*.s3.us-west-2.amazonaws.com', 's3.dualstack.us-west-2.amazonaws.com', '*.s3.dualstack.us-west-2.amazonaws.com', '*.s3.amazonaws.com' 2017/01/14 07:20:04 Error creating the registry bucket: exit status 1 ``` A POSSIBLE FIX Not sure how to create a test for this (I just started using Deis 4 days ago), but, a hacky test is this: ``` echo "a.bad.thing-mixed-with-a-good-thing" | sed "s/[.]/-/g" # a-bad-thing-mixed-with-a-good-thing ``` THOUGHTS
- Loading branch information