You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Policy Decisions and Enforcement - Pamela Dragosh

This tutorial is for users of ONAP whose applications are ready to be integrated as Policy Enforcement Points (PEP). In this tutorial, you will learn the following:

  • How to design a Policy Type
    • Inheriting from out-of-box ONAP Policy Types that are already available
    • How to create a new Policy Type that is new to the Platform.
  • How to use the Policy Lifecycle API to load your Policy Type into the Policy Platform and create Policies.

  • How to create an application in the XACML PDP to translate your Policy Type into a native policy for usage with the Policy Decision API.

  • How to use the Policy Administrative API to push your policies to a running XACML PDP
  • How to build enforcement into your application
    • Using the Decision API during runtime to retrieve your policy decision.
    • Responding to Dmaap Policy Notifications when a new Policy is available (or unavailable)
  • No labels