guardicore / guardicore/monkey
Redirect HTTP to HTTPS
- Dominant language
- Python
- Stars
- 7.1k
- Forks
- 830
- PR merge metrics
- No merged PRs in 30d
Description
## Description
It would be nice if there were a way to automatically redirect users from HTTP to HTTPS. After lots of research done on #590, it seems the best path is to put a reverse proxy (nginx or other) in front of the Island's webserver. We should provide documentation for the users to make it easy for them to set this up. Additionally, the Island must be aware that it is behind a reverse proxy so that it can generate manual agent run commands with the correct server list.
## Tasks
- [ ] Make the Island configurable for use with a reverse proxy
- [ ] Add documentation describing how to set up a reverse proxy in front of the Island
Contributor guide
Assessment
This issue has not been assessed yet.