OpenConext / OpenConext-deploy

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

Allow to specify a target URL to redirect requests for securty.txt for #406

Closed thijskh closed 1 year ago

thijskh commented 1 year ago

When the variable is set, all vhosts will serve a redirect on the URL /.well-known/security.txt to the specified target URL. This target URL is expected to be the organizaiton's canonical security.txt location.

PR includes a failed attempt to fix the molecule tests aswell, should probably be taken out before merging.

quartje commented 1 year ago

The molecule linting has been removed in master, so you can remove those commits here.