diff --git a/doc/source/guides/configuration_guide.rst b/doc/source/guides/configuration_guide.rst index 69f3b444..5ea8ab2a 100644 --- a/doc/source/guides/configuration_guide.rst +++ b/doc/source/guides/configuration_guide.rst @@ -85,7 +85,14 @@ either with real OpenStack environment or without OpenStack environment. target: my_favorite_executor ...Workflow YAML... -10. After that try to run mistral engine and see it is running without any error:: +10. Configure role based access policies for Mistral endpoints (policy.json):: + + [oslo_policy] + policy_file = + + Default policy.json file is in ``mistral/etc/``. For more deatils see `policy.json file `_. + +11. After that try to run mistral engine and see it is running without any error:: mistral-server --config-file --server engine