Chris Doyle
Chris Doyle
when a module fails to import currently a log message will be output advising that it failed to load module `X` during activity `Y`. However this gives no real feedback...
Refactored the secrets.py module removing the env and vault secret manager code and refactored them into their own modules in a new secretmanager package. Also refactored the tests. All tests...
when a file was not found it would cause an uncaught exception. The code was designed to handle this but was using the wrong method. Also added a test for...
**Describe the bug** When running the `chaos settings` command either with the default config or passing a settings file an unhandled exception occurs. ```powershell chaos --settings foo.json settings show --format...
### Checklist - [X] I agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). ### Describe the problem you'd like to have solved We use Auth0 in many of...