Skip to content

Releases: open-policy-agent/opa-docker-authz

v0.9

17 Jan 13:01
5f0c78a
Compare
Choose a tag to compare

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

01 Jul 13:06
3d71d2a
Compare
Choose a tag to compare

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

04 Sep 22:57
Compare
Choose a tag to compare
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

07 Aug 17:53
Compare
Choose a tag to compare

Add support for managed Docker plugin system.

v0.2.2

19 Apr 21:00
Compare
Choose a tag to compare

Update to OPA v0.8.0.

v0.2.1

08 Mar 01:22
Compare
Choose a tag to compare

Fixed serialization bug in authorization request handler.

v0.2

16 Feb 22:38
Compare
Choose a tag to compare

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.

v0.1.6

14 Dec 22:39
Compare
Choose a tag to compare

Fix build for latest version of Docker plugin framework library and pin dependencies during build process.

v0.1.5

10 Feb 19:03
Compare
Choose a tag to compare

Updates for OPA v0.4.2's new undefined document behaviour and build improvements.

v0.1.4

25 Jan 18:44
Compare
Choose a tag to compare

Update to OPA v0.4.0.