Releases: open-policy-agent/opa-docker-authz
v0.9
This release bumps the dependencies used by this plugin, including OPA, to the latest current version. It also includes some improvements contributed by the community since v0.8. See the commit history for more details.
v0.8
Update plugin to use the new OPA SDK, bringing it much closer to the full OPA experience. Rather than pointing out a single policy file on disk, users may now choose to use the -config-file
option to provide a complete OPA configuration, including management API features like bundles, decision logging and discovery.
v0.4
Fix build and vendoring The build was running glide install which installs the dependencies found in the lock file. As a result we were running a very old version of OPA. These changes vendor the plugin dependencies and remove the glide step from the build process. It's no longer required since all of the deps are contained in the repo. Also, remove broken plugin install from the README. Signed-off-by: Torin Sandall <torinsandall@gmail.com>
v0.3
v0.2.2
v0.2.1
v0.2
This release embeds OPA as a library inside opa-docker-authz so that administrators do not have to manage both opa-docker-authz and OPA.
With these changes opa-docker-authz can also be run as a container.
The Docker Authorization tutorial in OPA has been updated to use this new version.