Added example blogposts

The usage of privsep isn't really clear nor easy - adding examples
is a good way to avoid bad practices, especially since those two
entries actually provide hints for a common, clean way to use this
library.

Thumb up to Mike Carden for those precious links.

Change-Id: If051ef284ad06aaf44a5eb81242b90af31fdcc06
This commit is contained in:
Cédric Jeanneret 2018-06-06 07:13:29 +02:00
parent bb0c7cb331
commit 1117ac92c0
1 changed files with 8 additions and 0 deletions

View File

@ -5,3 +5,11 @@
To use oslo.privsep in a project::
import oslo_privsep
You can read the following blog posts in order to know a bit more:
* `How to make a privileged call with oslo privsep`_
* `Adding oslo privsep to a new project, a worked example`_
.. _How to make a privileged call with oslo privsep: https://www.madebymikal.com/how-to-make-a-privileged-call-with-oslo-privsep/
.. _Adding oslo privsep to a new project, a worked example: https://www.madebymikal.com/adding-oslo-privsep-to-a-new-project-a-worked-example/