Temporarily grant access to anything on HTTPS
All checks were successful
Check Release Manifest Local Charts Versions / Check Release Manifest Local Charts Versions (pull_request) Successful in 22s
Build PR in OBS / Build PR in OBS (pull_request_target) Successful in 13s

Unfortuantely, likely due to some conflicts in the Apache, access cannot
be granted to /images/ only, so allow anyone for now.

Signed-off-by: Marco Chiappero <marco.chiappero@suse.com>
This commit is contained in:
2025-08-08 15:30:56 +00:00
parent 0da5de1c06
commit 5ece6cd64e

View File

@@ -12,7 +12,7 @@ Listen [::]:{{ env.VMEDIA_TLS_PORT }}
SSLCertificateKeyFile {{ env.IRONIC_VMEDIA_KEY_FILE }}
<Directory "/shared/html/">
Require all denied
Require all granted
</Directory>
<Directory ~ "/shared/html/(redfish|ilo)/">
Require all granted