OpenConext / OpenConext-deploy

Ansible-based deployment automation for the OpenConext platform
Apache License 2.0
12 stars 21 forks source link

Manage: Remove backdoor configuration #430

Closed quartje closed 1 year ago

quartje commented 1 year ago

I've include some instructions in the manage httpd file how to make sure the backdoor can be activated. Since the backdoor is not used often there's a risk for it to fall out of sync

Another option is to put the block in an {% if manage_backdoor | bool %} {% endif %} construction, and have clear ansible deployment instructions how to activate it.