Access Policies
An Access Policy is the fundamental unit of authorization in Dipole. It links a Client Workload to a Server Workload, specifying how identity is verified and what credential is injected.
Policy Components
Section titled “Policy Components”- Client Workload — who is making the request
- Server Workload — what is being accessed
- Trust Providers — how identity is verified (AND logic — all must pass)
- Credential Provider — what credential to inject
- Access Conditions — additional contextual checks (AND logic — all must pass)
Policy Evaluation Flow
Section titled “Policy Evaluation Flow”- Agent Proxy intercepts a request and sends identity evidence to Cloud
- Cloud matches the request against active policies
- Trust Provider attestation is verified
- Access Conditions are evaluated
- Credential is retrieved and returned to the proxy
- If any step fails, the request is denied (fail-closed)
Creating a Policy
Section titled “Creating a Policy”Navigate to Access Policies in the admin console and click Create Policy. Use the multi-tab Policy Builder to configure each component.