Added mitm proxy to the repo

This commit is contained in:
coltoneshaw
2024-05-01 14:57:50 -04:00
parent 13e2fd8b62
commit 447ba3f6f9
8 changed files with 157 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ This is designed to be used as a reproduction of a standard customer production
- [Commands](#commands)
- [Accounts](#accounts)
- [Grafana](#grafana)
- [mitmproxy](#mitmproxy)
- [Guides](#guides)
- [How to upgrade](#how-to-upgrade)
- [How to Downgrade](#how-to-downgrade)
@@ -299,4 +300,10 @@ docker exec -it cs-repro-openldap ldapmodify \
## Calls
By default this is setup to run on the built in Mattermost calls. You can enable the `rtcd` service by running `make run-rtcd`, which will start up `rtcd` and adjust the settings within Mattermost to work.
By default this is setup to run on the built in Mattermost calls. You can enable the `rtcd` service by running `make run-rtcd`, which will start up `rtcd` and adjust the settings within Mattermost to work.
## mitmproxy
All traffic is routed through the mitmproxy for monitoring. You can access this with `localhost:8181` in your browser.
To disable this you can comment out the `HTTP_PROXY` and `HTTPS_PROXY` env vars on the Mattermost objects.