Go to file
Davanum Srinivas 89d226916c External Policy hook should support SSL
We have a HttpCheck that can check rules by calling a
remote server. However currently it just supports "http://"
and not "https://". In this patch, we add a HttpsCheck so
we can support "https://" urls as well. In addition to
ensure security, we add options to:
* Specify a ca cert to validate the server
* Specify cert/key to allow server to validate the client

Another quirk was that currently the payload is being
sent using 'application/x-www-form-urlencoded' as the
content-type. We add another option to send the payload
as 'application/json'. Add this same support to the
HttpCheck as well.

Change-Id: Ic9c5249555fb45010a92432a504c84ad3fbb9ea1
2017-09-27 13:08:26 -04:00
2017-07-28 21:05:12 +00:00
2016-12-20 14:34:04 +11:00
2017-04-08 23:36:11 +08:00
2017-03-03 03:07:08 +00:00
2017-01-09 10:17:01 -08:00

Team and repository tags

image

oslo.policy

Latest Version

Downloads

The Oslo Policy library provides support for RBAC policy enforcement across all OpenStack services.

Description
Rules engine to enforce access control policy
Readme 6.7 MiB
Languages
Python 100%