please add these to bootstrap.properties
prabalsharma opened this issue · 3 comments
Docker.Username
Docker.Password
AWS.AccessKey
AWS.SecretKey
Docker stuff required of HCE install
key stuff is required for other tools dependent on sample_bootstrap.properties file
Credentials don't belong in cleartext configs.
If you enable BOOTSTRAP_WITHOUT_HUMAN_OVERSIGHT
, the AWS credentials are inserted into the environment when HCP's bootstrap is launched.
Regarding docker credentials, this could be handled similarly, if there's an environment variable HCP's bootstrap will consume.
That said, Cloudstrap will pass any parameters in your bootstrap.properties
that it does not understand along without modification.
Confirmed that hcp-bootstrap does not currently support configuring this via environment.