You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setting HEADER_PREFIXES_TO_STRIP allows a user to
configure which headers will be stripped from the
client response. Typically, one will want to remove
sensitive headers that might reveal information about
the object in the object store.
Fixes#65
Signed-off-by: Elijah Zupancic <[email protected]>
Copy file name to clipboardExpand all lines: docs/getting_started.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,8 @@ running as a Container or as a Systemd service.
36
36
*`PROXY_CACHE_VALID_OK` - Sets caching time for response code 200 and 302
37
37
*`PROXY_CACHE_VALID_NOTFOUND` - Sets caching time for response code 404
38
38
*`PROXY_CACHE_VALID_FORBIDDEN` - Sets caching time for response code 403
39
-
*`JS_TRUSTED_CERT_PATH` - (optional) Enables the `js_fetch_trusted_certificate` directive when retrieving AWS credentials and sets the path (on the container) to the specified path
39
+
*`JS_TRUSTED_CERT_PATH` - (optional) Enables the `js_fetch_trusted_certificate` directive when retrieving AWS credentials and sets the path (on the container) to the specified path
40
+
*`HEADER_PREFIXES_TO_STRIP` - (optional) a list of HTTP header prefixes that exclude headers client responses. List should be specified in lower-case and a semicolon (;) should be used to as a deliminator between values. For example: `x-goog-;x-something-`
40
41
41
42
If you are using [AWS instance profile credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html),
42
43
you will need to omit the `S3_ACCESS_KEY_ID` and `S3_SECRET_KEY` variables from
0 commit comments