Closed patheard closed 4 years ago
Leaning towards a full lock down on this with following Apache conf:
<Location /simplesaml/module.php/core/loginuserpass.php >
Deny from all
</Location>
Reasons being:
HTTP_X_FORWARDED_FOR
.Another option to try. Lookup the jumpbox's public IP during the playbook run and then use that for the allow
rule:
dig +short <JUMPBOX_HOSTNAME>
SimpleSAML admin pages are now locked down to only be accessible from the jumpbox.