Skip to content

Commit

Permalink
Docs: Make it clear Bundle Server (aka API policy source) does not se…
Browse files Browse the repository at this point in the history
…rve OPA bundles
  • Loading branch information
roekatz committed Feb 7, 2024
1 parent 94dff8b commit 9a641ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion documentation/docs/tutorials/track_an_api_bundle_server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ title: Track an API Bundle Server

# Policy syncing from API

This document describes how to change policy syncing feature of OPAL (policy-code and static data) from the default git to an API server that exposes tar bundles.
This document describes how to use OPAL for syncing policy (code & static data) sourced from an API server that exposes tar bundles (rather than from a git repo, which is the default policy source).

Bundle in this context are nothing more than a compressed tarball file archiving your policy filles, **not to be confused with an `OPA Bundle`**

We have a [docker compose example file](https://github.com/permitio/opal/blob/master/docker/docker-compose-api-policy-source-example.yml) configured with an api policy source that we will explore in detail [later in this guide](#compose-example).

Expand Down

0 comments on commit 9a641ed

Please sign in to comment.