Skip to content

Commit

Permalink
[stable/2023.2] chore: add docs for neutron policy server (#1510)
Browse files Browse the repository at this point in the history
This is an automated cherry-pick of #1455
/assign mnaser
  • Loading branch information
vexxhost-bot authored Jul 5, 2024
1 parent 4026460 commit e7bbd77
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/source/admin/integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,19 @@ the robust features of Azure AD within the flexible framework of Keycloak.

For a deeper dive into the Azure AD configuration within Keycloak, consult the
`Keycloak Microsoft Identity Provider documentation <https://www.keycloak.org/docs/latest/server_admin/#_microsoft>`_.

*********************
Neutron Policy Server
*********************

The `Neutron Policy Server <https://github.com/vexxhost/neutron-policy-server>`_ is a
straightforward service that provides the ability to manage and enforce policy more
complex policy rules inside Neutron.

This service runs as a sidecar WSGI server that responds to ``oslo.policy`` ``HttpCheck``
rules which are configured into the Neutron policy file.

By default, the policy server is enabled and the Neutron policy is updated to include
the necessary checks. In order to disable the policy server, set the
``neutron_policy_server_integration_enabled`` variable to ``false`` in the deployment
configuration.

0 comments on commit e7bbd77

Please sign in to comment.