perf: After optimizing the execution of the azure vault task, the data is out of sync

This commit is contained in:
halo
2024-11-26 09:50:17 +08:00
committed by feng626
parent d0617a0ea4
commit 801edc7cc9
3 changed files with 2 additions and 5 deletions

View File

@@ -36,7 +36,6 @@ class AZUREVaultClient(object):
secret = self.client.get_secret(name, version)
return secret.value
except (ResourceNotFoundError, ClientAuthenticationError) as e:
logger.error(f'get: {name} {str(e)}')
return ''
def create(self, name, secret):