Project

General

Profile

Bug #20889

Updated by Lucas Di Pentima 9 months ago

Encrypted certificates feature is undocumented, we should include it in the install docs as an advanced option, maybe on another page, so we have it written down at least for our own reference. 

 USE_SSH_JUMPHOST, BRANCH, LE_AWS_SECRET_ACCESS_KEY and LE_AWS_ACCESS_KEY_ID need to be blank or set to a default value to avoid "unbound variable" error 

 need to separate database host from DATABASE_INT_IP for RDS installs (where we don't need DATABASE_INT_IP at all) because @host_entries.sls@ will complain about invalid IP address 

 With BYO certificates, add a step that checks that all the certificates exist ahead of time. 

 S3 Bucket & IAMInstanceProfile names name should be configurable from @local.params@, just in case the default name is not in use.

Back