Felix Schmidt 3ef1afe17e
Make the yaml parser aware of '!encrypted/' tags
Currently, the documentation generation for zuul jobs fails whenever a
secret is included in any of the yaml files that are parsed by the
zuul-sphinx extension.

This is because the yaml parser is not aware of the custom tag
'!encrypted/pkcs1-oaep' and therefore fails to initialize
an appropriate python object due to a missing constructor.

This results in the following error message:
"yaml.constructor.ConstructorError: could not determine a constructor
for the tag '!encrypted/pkcs1-oaep'"

Change-Id: Id011487615a3392affd627bbdcbdbe18e58206c5
2018-04-10 14:47:40 +02:00
2017-10-18 15:56:21 -07:00
2017-07-31 14:00:10 -07:00
2017-06-14 13:18:31 +00:00
2018-03-22 16:11:10 -07:00
2017-06-16 10:38:17 -07:00
2017-06-16 10:38:17 -07:00
2017-06-16 10:38:17 -07:00
2017-07-31 16:12:22 -07:00
2017-06-16 10:38:17 -07:00
2017-07-31 14:00:10 -07:00
2017-08-07 16:45:27 -07:00

Zuul Sphinx

A Sphinx extension for documenting Zuul jobs.

Description
Sphinx extension for Zuul jobs
Readme 384 KiB
Languages
Python 100%