Skip to content

Commit a511c6f

Browse files
committed
docs: fix PDP Policy Writer service name inconsistency
1 parent 2c8df4d commit a511c6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aiac/docs/specs/components/pdp-policy-writer-opa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## Description
77
A FastAPI web service that translates a **Policy Model** into OPA Rego packages and writes them to an `AuthorizationPolicy` Kubernetes Custom Resource. The OPA plugin embedded in each AuthBridge instance fetches the Rego packages relevant to its pod from this CR at startup.
88

9-
The service is deployed as a container in the **Kagenti Interface Pod** alongside the IdP Configuration Service, behind the `aiac-pdp-policy-writer-service:7072` ClusterIP.
9+
The service is deployed as a container in the **Kagenti Interface Pod** alongside the IdP Configuration Service, behind the `aiac-pdp-policy-service:7072` ClusterIP.
1010

1111
The service has no dependency on Keycloak. All Keycloak operations (entity reads) are handled by the **IdP Configuration Service** and its library (`aiac.idp.library.configuration`).
1212

@@ -241,7 +241,7 @@ For local development, the `kubernetes` client falls back to `~/.kube/config` au
241241
- Server: uvicorn
242242
- Bind: `0.0.0.0:7072`
243243
- Base image: `python:3.12-slim`
244-
- Kubernetes ClusterIP Service: `aiac-pdp-policy-writer-service:7072`
244+
- Kubernetes ClusterIP Service: `aiac-pdp-policy-service:7072`
245245
- Deployment: co-located with IdP Configuration Service as a container in the **Kagenti Interface Pod** (`pdp-interface-deployment.yaml`)
246246

247247
---

0 commit comments

Comments
 (0)