aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xacml/xacml-tutorial.rst
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-04-21 15:30:35 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-04-23 16:04:57 -0400
commitb4a8ef2502418370f048f944e14ff49d0f824446 (patch)
treeeddfd7ad17afded0c8e8afa4ea2efd5b9145e4e9 /docs/xacml/xacml-tutorial.rst
parent3602c18a581fd99b12fb8ef298d581bc39225b65 (diff)
Fix documentation errors
This also updates the XACML PDP documentation. Issue-ID: POLICY-2500 Change-Id: Ice086fa39040fbee899652faa0a079192a122f03 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'docs/xacml/xacml-tutorial.rst')
-rw-r--r--docs/xacml/xacml-tutorial.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/xacml/xacml-tutorial.rst b/docs/xacml/xacml-tutorial.rst
index 2a1d4acc..f46c1bb5 100644
--- a/docs/xacml/xacml-tutorial.rst
+++ b/docs/xacml/xacml-tutorial.rst
@@ -9,7 +9,7 @@ Policy XACML - Custom Application Tutorial
:maxdepth: 3
This tutorial shows how to build a XACML application for a Policy Type. Please be sure to clone the
-policy repositories before going through the tutorial. See :ref:`<policy-dev-label>` for details.
+policy repositories before going through the tutorial. See :ref:`policy-development-tools-label` for details.
Design a Policy Type
@@ -19,7 +19,7 @@ this example Policy Type in which an ONAP PEP client would like to enforce an ac
for a *user* to execute a *permission* on an *entity*.
.. literalinclude:: tutorial/tutorial-policy-type.yaml
- :language: JSON
+ :language: yaml
:caption: Example Tutorial Policy Type
:linenos:
@@ -28,7 +28,7 @@ an entity called foo, while the audit user can only read the entity called foo.
permission.
.. literalinclude:: tutorial/tutorial-policies.yaml
- :language: JSON
+ :language: yaml
:caption: Example Policies Derived From Tutorial Policy Type
:linenos: