mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-24 09:41:27 +00:00
Fix update of pinned cert on CA blessing
This commit is contained in:
@@ -328,8 +328,8 @@ class TLSCertVerifier(object):
|
||||
auditlog = log.Logger('audit')
|
||||
auditlog.log({'node': self.node, 'event': 'certautoupdate',
|
||||
'fingerprint': fingerprint})
|
||||
self.cfm.set_node_attributes(
|
||||
{self.node: {self.fieldname: fingerprint}})
|
||||
tasks.spawn(self.cfm.set_node_attributes(
|
||||
{self.node: {self.fieldname: fingerprint}}))
|
||||
return True
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user