Skip to content

Commit 6e7c388

Browse files
committed
adds policy video to ppl page
1 parent 1bfe9c2 commit 6e7c388

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/docs/capabilities/ppl.mdx

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ description: Learn how to use Pomerium Policy Language to build context-aware au
88

99
# Pomerium Policy Language
1010

11+
<iframe
12+
width="100%"
13+
height="500"
14+
src="https://www.youtube.com/embed/lRpkd20psbk?si=IZj3kIV-t7gbVui5"
15+
title="YouTube video player"
16+
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
17+
referrerpolicy="strict-origin-when-cross-origin"
18+
allowfullscreen></iframe>
19+
1120
Pomerium Policy Language (**PPL**) is a [yaml]-based notation for creating easy and flexible authorization policies. This document covers the usage of PPL and provides several example policies.
1221

1322
PPL allows administrators to express authorization policy in a high-level, declarative language that promotes safe, performant, fine-grained controls.

0 commit comments

Comments
 (0)