You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
When using self-signed etcd certs, the CA private key is generated in memory but never rendered. Once terraform exits the content is discarded.
Internal bug can be found here: https://jira.coreos.com/browse/INST-1027
What keywords did you search in tectonic-installer issues before filing this one?
etcd, ca, tls, certificate
Is this a BUG REPORT or FEATURE REQUEST?
BUG REPORT
Versions
Tectonic version (release or commit hash):
Terraform version (
terraform version
):Platform (aws|azure|openstack|metal|vmware):
What happened?
Generated TLS assets include
etcd-client-ca.crt
but notetcd-client-ca.key
What you expected to happen?
The installer should have included a
etcd-client-ca.key
as part of the generated TLS assets.How to reproduce it (as minimally and precisely as possible)?
Run the terraform installer.
Anything else we need to know?
References
https://github.com/coreos/tectonic-installer/blob/1.8.9-tectonic.1/modules/tls/etcd/signed/outputs.tf#L1-L3
The text was updated successfully, but these errors were encountered: