nimbella / nimbella-cli

Your cloud. Beautiful.
https://nimbella.com
Apache License 2.0
10 stars 12 forks source link

Fail silently when listing triggers if not authorized #250

Closed joshuaauerbachwatson closed 2 years ago

joshuaauerbachwatson commented 2 years ago

This change incorporates a fix to the deployer in version 4.3.10. When the attempt is made to list triggers during a "wipe" operation (namespace or package) or when deleting a function, the attempt is allowed to fail silently. Some users may not be authorized to the triggers API and so will not have any triggers. If the API fails, the empty list is returned.