You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest removing the os.exit(1) because, it might hinder the functionality of any downstream API.
I'm not sure, if that line of code will actually help the functionality of Credstash.
My experience:
I was trying to use Credstash in AWS lambda, and need to extract passwords for a list of keys. But, this sys.exit(1) causes the whole lambda to exit. Ofcourse, I can change the source code. But I want to suggest this such that the scope of Credstash can be improved among the developer community. If anybody is having Credstash among their Upstream APIs.
The text was updated successfully, but these errors were encountered:
credstash/credstash.py
Line 165 in df24f91
I suggest removing the os.exit(1) because, it might hinder the functionality of any downstream API.
I'm not sure, if that line of code will actually help the functionality of Credstash.
My experience:
I was trying to use Credstash in AWS lambda, and need to extract passwords for a list of keys. But, this sys.exit(1) causes the whole lambda to exit. Ofcourse, I can change the source code. But I want to suggest this such that the scope of Credstash can be improved among the developer community. If anybody is having Credstash among their Upstream APIs.
The text was updated successfully, but these errors were encountered: