Actions
Bug #17604
closed[deployment][provision][arvados-formula] remove @*--collections@ and use @*.collections@
Status:
Resolved
Priority:
Normal
Assigned To:
Javier Bértoli
Category:
Deployment
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
As part of a deployment we found out that the format *--collections
is hard to implement in DNS, as wildcards in DNS need to replace a whole label or will be considered literals (see RFC 4592 , Wikipedia , or DNS providers for more details).
To avoid adding confusion, we should do deployments using the *.collections
format.
As the wildcard certificate through Letsencrypt can only be obtained using the DNS method, the provision script should consider it, document it or fail.
Related issues
Updated by Peter Amstutz over 3 years ago
- Blocks Idea #17512: Release Arvados 2.2 added
Updated by Peter Amstutz over 3 years ago
- Target version changed from 2021-05-12 sprint to 2021-05-26 sprint
Updated by Javier Bértoli over 3 years ago
- Blocked by Bug #17605: [deployment][provision] letsencrypt credentials when using route53 added
Updated by Javier Bértoli over 3 years ago
- Status changed from New to Feedback
Should be fixed in commit ef0df12da@arvados, branch 17604-change-collections-urls
Updated by Lucas Di Pentima over 3 years ago
Some comments:
- File
tools/salt-install/config_examples/multi_host/aws/certs/README.md
may need updating. - File
tools/salt-install/config_examples/multi_host/aws/pillars/nginx_keepweb_configuration.sls
have mentions of the.*--domain
form at lines 24 & 38, should those be updated too?
Updated by Javier Bértoli over 3 years ago
Lucas Di Pentima wrote:
Some comments:
- File
tools/salt-install/config_examples/multi_host/aws/certs/README.md
may need updating.- File
tools/salt-install/config_examples/multi_host/aws/pillars/nginx_keepweb_configuration.sls
have mentions of the.*--domain
form at lines 24 & 38, should those be updated too?
Addresses in 9a06772d7
Updated by Javier Bértoli over 3 years ago
- Status changed from Feedback to Resolved
Applied in changeset arvados|c33ff9b8343639cb000df03cfd2d2e2f35d11d58.
Actions