Skip to content

c4d reverse proxy audit logs IP address config #890

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

Merged
merged 3 commits into from
Mar 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion setup/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Coder for Docker works with the following platforms:
1. Launch Docker Desktop.

1. If you've previously installed Coder, run `sudo rm -rf ~/.coder` in the
terminal.
terminal. **Note:** This command erases your Coder database and settings, so
only run this if you'd like a clean install.

1. In the terminal, run the following to download the resources you need,
include the images, and set up your Coder deployment (if you're using the
Expand Down Expand Up @@ -195,6 +196,13 @@ Coder will now run in the background.
For more detailed information on the Docker Compose file, please see
[Docker's docs](https://docs.docker.com/compose/compose-file/compose-file-v3/).

## Ensure that user IPs show up in the audit logs

If you would like users' IP addresses to show up in the audit logs (i.e.,
identify the originating client IP address, regardless of whether they're
connecting through a proxy, load balancer, or other such service), use the
`-e "PROXY_TRUSTED_HEADERS=X-Forwarded-For"` flag with the `docker run` command.

## Known issues

Currently, Coder for Docker does not support:
Expand Down