From f1ad6654db0d5747af5f3ab0b3ffadf04a5e1641 Mon Sep 17 00:00:00 2001 From: Suramya Shah Date: Fri, 23 Feb 2018 11:44:42 +0530 Subject: [PATCH] Consolidate endpoint-policy.rst Consolidate from configuration.rst into endpoint-policy.rst. Change-Id: I80184005cc70a1e769fd3507360aa7d795785f5c --- doc/source/admin/endpoint-policy.rst | 18 ++++++++++++++++++ doc/source/admin/index.rst | 1 + doc/source/configuration.rst | 19 ------------------- 3 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 doc/source/admin/endpoint-policy.rst diff --git a/doc/source/admin/endpoint-policy.rst b/doc/source/admin/endpoint-policy.rst new file mode 100644 index 0000000000..f2ab9cce24 --- /dev/null +++ b/doc/source/admin/endpoint-policy.rst @@ -0,0 +1,18 @@ +Endpoint Policy +=============== + +The Endpoint Policy feature provides associations between service endpoints +and policies that are already stored in the Identity server and referenced +by a policy ID. + +Configure the endpoint policy backend driver in the ``[endpoint_policy]`` +section. For example: + +.. code-block:: ini + + [endpoint_policy] + driver = sql + +See `API Specification for Endpoint Policy `_ +for the details of API definition. \ No newline at end of file diff --git a/doc/source/admin/index.rst b/doc/source/admin/index.rst index 4a6eac31d9..14c5860006 100644 --- a/doc/source/admin/index.rst +++ b/doc/source/admin/index.rst @@ -42,3 +42,4 @@ command-line client. health-check-middleware.rst oauth1.rst service-catalog.rst + endpoint-policy.rst diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 5e3ca30b76..01d97073d4 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -314,25 +314,6 @@ following property: immutable for a given installation. -Endpoint Policy -=============== - -The Endpoint Policy feature provides associations between service endpoints -and policies that are already stored in the Identity server and referenced -by a policy ID. - -Configure the endpoint policy backend driver in the ``[endpoint_policy]`` -section. For example: - -.. code-block:: ini - - [endpoint_policy] - driver = sql - -See `API Specification for Endpoint Policy `_ -for the details of API definition. - SSL ===