issues
search
keephq
/
keep
The open-source alert management and AIOps platform
https://keephq.dev
Other
4.97k
stars
702
forks
source link
[🔨 Enhancement]: Secrets Manager - add error handling and exceptions
#1425
Open
shahargl
opened
4 months ago
shahargl
commented
4 months ago
Current:
BaseSecretManager - read_secret, write_secret as abstract methods
Every deriving manager implements those functions
No error handling
Expected Behaviour
BaseSecretManager - _read_secret, _write_secret as abstract methods
BaseSecretManager - read_secret and write
secret which uses the `
` methods with try/except
Every deriving manager implements error handling with at least PermissionError
PRIYANKjakharia
commented
1 month ago
i can work on this
Current:
Expected Behaviour