Closed fenech closed 6 years ago
@rkoster I updated the pull request to remove all the extra stuff that isn't needed any more.
@fenech Thanks!
@fenech what do think about renaming this flag to concourse-ca-certs
since it better communicates the usecase (I'm happy to make the change, just wanted your opinion)?
I went with the more general name because I thought that it better described what the flag did; as I understand, it installs additional CA certs onto the BUCC VM, and the fact that they end up propagating to Concourse is kind of a secondary (albeit intended) effect. I thought that there might be other use cases which weren't related to Concourse.
If the only useful effect of installing these CA certs is for Concourse, then I guess it makes sense to change the name to reflect that, so your suggestion makes sense.
I could not come up with other use-cases, it might affect cpi's (for example openstack) but these already have their own flags because the expose specific properties for injecting ca certs.
will go ahead with the change. Thanks again for you input.
Using
bucc up
with the--install-certs
flag installs the certificates defined in thecustom_ca_certs
variable.