RSS

Anka Build Cloud Controller & Registry Version 1.18.0

Ability to use certs and username/password for etcd connections

In previous version of Anka Build Cloud Controller & Registry it was not possible to connect to an external etcd cluster using certificates or a username and password. We have added several ENVs for you to achieve both of these:

NameTypeDescriptionDefault ValueENV
Enable Etcd AuthenticationboolUse TLS certificates for authentication with etcd server. Must pass this for etcd authentication to workfalseANKA_USE_ETCD_TLS
Etcd CA CertstringPath to CA certificate to be used when connecting to Etcd server-ANKA_ETCD_CA_CERT
Etcd Client CertstringPath to Etcd Client certificate to be used when connecting to Etcd server-ANKA_ETCD_CERT
Etcd Client KeystringPath to Etcd Client Key to be used when connecting to Etcd server-ANKA_ETCD_CERT_KEY
Skip Etcd TLS verificationboolDon’t use TLS verification for Etcd AuthenticationfalseANKA_SKIP_ETCD_TLS_VERIFICATION
Enable Etcd user loginboolEnable Etcd user login when connecting to Etcd serverfalseANKA_USE_ETCD_LOGIN
Etcd UsernamestringEtcd username to be used to login to Etcd server-ANKA_ETCD_USERNAME
Etcd PasswordstringEtcd password to be used to login to Etcd server-ANKA_ETCD_PASSWORD