zuul-sphinx/zuul_sphinx
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
..
__init__.py Add setup to module import 2017-08-04 16:02:27 -07:00
zuul.py Make the yaml parser aware of '!encrypted/' tags 2018-04-10 14:47:40 +02:00