diff --git a/docs/concepts/control-plane-and-data-plane.mdx b/docs/concepts/control-plane-and-data-plane.mdx index 6f3cfefa..2193cb09 100644 --- a/docs/concepts/control-plane-and-data-plane.mdx +++ b/docs/concepts/control-plane-and-data-plane.mdx @@ -1,4 +1,4 @@ -https://hub.docker.com/r/permitio/pdp-v2--- +--- sidebar_position: 3 title: Control & Data planes --- @@ -29,6 +29,6 @@ So while you can opt to store information such as user names in the system, it i ## Local PDP - Policy Decision Point The main component which enables the hybrid architecture is the [PDP (Policy Decision Point)](/overview/permit-basics#pdp). -The Permit.io PDP (Which bundles together OPA, OPAL, and an API server) is available publicly from [Docker hub](https://hub.docker.com/r/permitio/pdp/). +The Permit.io PDP (Which bundles together OPA, OPAL, and an API server) is available publicly from [Docker hub](https://hub.docker.com/r/permitio/pdp-v2). The PDP essentially becomes your microservice for authorization, and can be deployed as a side-car, cluster, or even as a single instance (for light workload scenarios). Read more about [the Permit.io PDP here](/overview/permit-basics#pdp). diff --git a/docs/concepts/pdp.mdx b/docs/concepts/pdp.mdx index e15fd941..deec9f58 100644 --- a/docs/concepts/pdp.mdx +++ b/docs/concepts/pdp.mdx @@ -1,4 +1,4 @@ -https://hub.docker.com/r/permitio/pdp-v2--- +--- sidebar_position: 4 title: Policy Decision Point (PDP) --- @@ -17,7 +17,7 @@ Other topologies include centralized PDP, gateway to PDP (i.e. filtering request Permit.io supports all PDP layouts and provides the missing layers on-top of open-source PDP solutions (such as OpenPolicyAgent). These layers include policy delivery and updating, supporting data collection, application level SDKs, application level instrumentation and more. Read about [the various layouts you can deploy the PDP with here](/how-to/deploy/overview#pdp-deployments). -The Permit.io PDP (Which by default bundles together OPA, OPAL, and an API server) is available publicly from [Docker hub](https://hub.docker.com/r/permitio/pdp/). +The Permit.io PDP (Which by default bundles together OPA, OPAL, and an API server) is available publicly from [Docker hub](https://hub.docker.com/r/permitio/pdp-v2). ## Hosted/Managed cloud PDP option diff --git a/versioned_docs/version-1.0.0/concepts/control_plane_and_data_plane.mdx b/versioned_docs/version-1.0.0/concepts/control_plane_and_data_plane.mdx index 05ab9dfa..55412ff8 100644 --- a/versioned_docs/version-1.0.0/concepts/control_plane_and_data_plane.mdx +++ b/versioned_docs/version-1.0.0/concepts/control_plane_and_data_plane.mdx @@ -1,4 +1,4 @@ -https://hub.docker.com/r/permitio/pdp-v2--- +--- sidebar_position: 2 title: Control & Data planes --- @@ -29,6 +29,6 @@ So while you can opt to store information such as user names in the system, it i ## Local PDP - Policy Decision Point The main component which enables the hybrid architecture is the [PDP (Policy Decision Point)](/concepts/pdp). -The Permit.io PDP (Which bundles together OPA, OPAL, and an API server) is available publicly from [Docker hub](https://hub.docker.com/r/permitio/pdp/). +The Permit.io PDP (Which bundles together OPA, OPAL, and an API server) is available publicly from [Docker hub](https://hub.docker.com/r/permitio/pdp-v2). The PDP essentially becomes your microservice for authorization, and can be deployed as a side-car, cluster, or even as a single instance (for light workload scenarios). Read more about [the Permit.io PDP here](/concepts/pdp). diff --git a/versioned_docs/version-1.0.0/concepts/pdp.mdx b/versioned_docs/version-1.0.0/concepts/pdp.mdx index ccd48a3f..6933c824 100644 --- a/versioned_docs/version-1.0.0/concepts/pdp.mdx +++ b/versioned_docs/version-1.0.0/concepts/pdp.mdx @@ -1,4 +1,4 @@ -https://hub.docker.com/r/permitio/pdp-v2--- +--- sidebar_position: 4 title: PDP --- @@ -14,7 +14,7 @@ Other topologies include centralized PDP, gateway to PDP (i.e. filtering request Permit.io supports all PDP layouts and provides the missing layers on-top of open-source PDP solutions (such as OpenPolicyAgent). These layers include policy delivery and updating, supporting data collection, application level SDKs, application level instrumentation and more. -The Permit.io PDP (Which by default bundles together OPA, OPAL, and an API server) is available publicly from [Docker hub](https://hub.docker.com/r/permitio/pdp/). +The Permit.io PDP (Which by default bundles together OPA, OPAL, and an API server) is available publicly from [Docker hub](https://hub.docker.com/r/permitio/pdp-v2). ## Hosted/Managed cloud PDP option