From 106750cec069ee1437ee10ca77e187ff280da17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natalie=20Klestrup=20R=C3=B6ijezon?= Date: Wed, 31 Jul 2024 14:51:28 +0200 Subject: [PATCH] Deprecate --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2d7d00..ecce9df 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ # Stackable OPA Bundle Builder -This is a helper utility for the Stackable Operator for [OPA](https://www.openpolicyagent.org/). +This is a helper utility for the Stackable Operator for [OPA](https://www.openpolicyagent.org/). + +## DEPRECATED + +This functionality has been moved into the [Stackable Operator for OPA](https://github.com/stackabletech/opa-operator/tree/main/rust/bundle-builder). It is still used by some supported versions of the +Stackable Data Platform, but will not be supported anymore outside of that context. ## Purpose -The sole purpose of the OPA Bundle Builder is to convert user created `ConfigMaps` containing [Rego](https://www.openpolicyagent.org/docs/latest/policy-language/) rules into bundles (`tar.gz` files) and make them available as an HTTP endpoint. The Bundle Builder runs in a side container of the OPA `Pod` managed by the [Stackable Operator for OPA](https://docs.stackable.tech/opa/nightly/index.html) as a simple HTTP server that OPA is querying regularly (every 20 to 30 seconds) for updates. +The sole purpose of the OPA Bundle Builder is to convert user created `ConfigMaps` containing [Rego](https://www.openpolicyagent.org/docs/latest/policy-language/) rules into bundles (`tar.gz` files) and make them available as an HTTP endpoint. The Bundle Builder runs in a side container of the OPA `Pod` managed by the [Stackable Operator for OPA](https://docs.stackable.tech/opa/nightly/index.html) as a simple HTTP server that OPA is querying regularly (every 20 to 30 seconds) for updates. -This allows users to add, update or delete Rego rules on-the-fly in Kubernetes. +This allows users to add, update or delete Rego rules on-the-fly in Kubernetes. ## Notes