ceilometer/releasenotes/notes/http-publisher-authentication-6371c5a9aa8d4c03.yaml
Darren Hague 191748a403 Enable Basic and https certificate authentication for http publisher
Change-Id: I3735db7a37eff9e822e5180349eb8f86002fd0ef
2017-03-07 17:37:50 +00:00

15 lines
775 B
YAML

---
features:
- In the 'publishers' section of a meter/event pipeline definition, https://
can now be used in addition to http://. Furthermore, either Basic or
client-certificate authentication can be used (obviously, client cert only
makes sense in the https case).
For Basic authentication, use the form http://username:password@hostname/.
For client certificate authentication pass the client certificate's path
(and the key file path, if the key is not in the certificate file) using
the parameters 'clientcert' and 'clientkey', e.g.
https://hostname/path?clientcert=/path/to/cert&clientkey=/path/to/key.
Any parameters or credentials used for http(s) publishers are removed from
the URL before the actual HTTP request is made.