mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-06 18:00:57 +00:00
perf: After optimizing the execution of the azure vault task, the data is out of sync
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user