Browse Source

perf: vault 日志 (#11282)

Co-authored-by: feng <1304903146@qq.com>
pull/11286/head
fit2bot 1 year ago committed by GitHub
parent
commit
12744a08af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/accounts/backends/hcp/service.py

1
apps/accounts/backends/hcp/service.py

@ -59,7 +59,6 @@ class VaultKVClient(object):
mount_point=self.mount_point
)
except exceptions.InvalidPath as e:
logger.error('Get secret error: {}'.format(e))
return {}
data = response.get('data', {})
return data

Loading…
Cancel
Save