Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFE] Harden Apache security #121

Open
carma12 opened this issue Jun 29, 2023 · 3 comments
Open

[RFE] Harden Apache security #121

carma12 opened this issue Jun 29, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@carma12
Copy link
Collaborator

carma12 commented Jun 29, 2023

As stated here, there are some security issues with Apache in IPA.

Highlights:

  • IPA sets Content-Security-Policy in ipa.conf:
    • Header always append Content-Security-Policy "frame-ancestors 'none'"
    • none means no resources are allowed to load so it's no wonder that the page is blank.
  • It just doesn't set the default-src or script-src values.
  • IPA always sets X-Frame:
    • Header always append X-Frame-Options DENY

We would need to evaluate the UI to support the additional CSP values (e.g. how scripts are loaded, inline scripts, etc).

@carma12 carma12 added the enhancement New feature or request label Jun 29, 2023
Copy link

This issue has not received any attention in 120 days.

@github-actions github-actions bot added the stale This PR/issue is stale and will be closed label Dec 11, 2023
@carma12 carma12 removed the stale This PR/issue is stale and will be closed label Dec 11, 2023
@carma12
Copy link
Collaborator Author

carma12 commented Dec 11, 2023

Removed stale label as this will be eventually addressed.

Copy link

This issue has not received any attention in 365 days.

@github-actions github-actions bot added the stale This PR/issue is stale and will be closed label Dec 11, 2024
@carma12 carma12 removed the stale This PR/issue is stale and will be closed label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant