Actions
Bug #17605
closed[deployment][provision] letsencrypt credentials when using route53
Status:
Resolved
Priority:
Normal
Assigned To:
Javier Bértoli
Category:
Deployment
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
When the provision script deploys in AWS using route53 for Letsencrypt validation, the credentials need to be stored in a ~/.aws/config
file.
We should add an extra state to create the file if it's not there.
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 Peter Amstutz over 3 years ago
- Assigned To changed from Javier Bértoli to Nico César
Updated by Javier Bértoli over 3 years ago
- Blocks Bug #17604: [deployment][provision][arvados-formula] remove @*--collections@ and use @*.collections@ added
Updated by Javier Bértoli over 3 years ago
- Assigned To changed from Nico César to Javier Bértoli
- Status changed from New to In Progress
Updated by Javier Bértoli over 3 years ago
Pushed c3a5a3a4, branch 17605-letsencrypt-credentials-for-route53. Need to test it
Updated by Peter Amstutz over 3 years ago
- Target version changed from 2021-05-26 sprint to 2021-06-09 sprint
Updated by Javier Bértoli over 3 years ago
- Status changed from In Progress to Feedback
Added a few more fixes in 25c42aa40, branch 17605-letsencrypt-credentials-for-route53
Should be OK now.
Updated by Ward Vandewege over 3 years ago
Javier Bértoli wrote:
Added a few more fixes in 25c42aa40, branch 17605-letsencrypt-credentials-for-route53
Should be OK now.
Just one comment - you use comparisons like this:
if [ "x${USE_LETSENCRYPT_IAM_USER}" = "xyes" ]; then
There is no need to have 'x' in those comparisons. Bash does not need that.
LGTM otherwise.
Updated by Javier Bértoli over 3 years ago
- % Done changed from 0 to 100
- Status changed from Feedback to Resolved
Applied in changeset arvados|be93d1d225ca8d4bccf08d9203d456b5d32dc07b.
Actions