Per-container authorization
Release Notes
For: uc-cdis/hatchery
Notes since tag: 1.4.0
Notes to tag/commit: 1.5.0
Generated: 2023-10-27
New Features
- Per-container authorization based on resource paths and pay models (#84)
Improvements
- Add error handling when the Hatchery configuration file cannot be parsed
(#84) - Add error handling when attempting to launch a container that is not in the
list of configured containers (#84) - Improve unit tests set up: set up global test logger; use
defer
to always
restore mocked functions even if a test fails (#84)