Skip to content

Commit

Permalink
Fix auto fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gemanor authored Oct 30, 2023
1 parent a65b00e commit 6c4056f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/control-plane-and-data-plane.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
https://hub.docker.com/r/permitio/pdp-v2---
---
sidebar_position: 3
title: Control & Data planes
---
Expand Down Expand Up @@ -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).
4 changes: 2 additions & 2 deletions docs/concepts/pdp.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
https://hub.docker.com/r/permitio/pdp-v2---
---
sidebar_position: 4
title: Policy Decision Point (PDP)
---
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
https://hub.docker.com/r/permitio/pdp-v2---
---
sidebar_position: 2
title: Control & Data planes
---
Expand Down Expand Up @@ -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).
4 changes: 2 additions & 2 deletions versioned_docs/version-1.0.0/concepts/pdp.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
https://hub.docker.com/r/permitio/pdp-v2---
---
sidebar_position: 4
title: PDP
---
Expand All @@ -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

Expand Down

0 comments on commit 6c4056f

Please sign in to comment.