[DEBUG] Test 1.8 CI

Change-Id: Idc3842658aa6518ef359905e732bc3c19e366527
This commit is contained in:
Rodrigo Barbieri 2024-01-09 11:25:01 -03:00
parent 0a18ac23ce
commit a4e634d3d3
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ def save_etcd_client_credentials(etcd, key, cert, ca):
"""Save etcd TLS key, cert and ca to disk"""
credentials = etcd.get_client_credentials()
write_file(key, credentials['client_key'], perms=0o600)
write_file(cert, credentials['client_cert'], perms=0o600)
write_file(ca, credentials['client_ca'], perms=0o600)