thruster 0.1.25 → 0.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/thruster/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a23a2fdbaaa26fcf9c4f95ddbf7b7ecaa26a56c8541dabf4500f26c4aab10fa1
4
- data.tar.gz: a23868420fd9620685d5614086206b8b3b69159db84a747a84c1d2fcfab83aee
3
+ metadata.gz: 318bace2ea423a4cf0e8e99ef15c43cea46a3d26497a64239ba6b42ef2c06d33
4
+ data.tar.gz: 9d78737038b6cca90b685247ba834b810b316448bd8b1f7e22ee968924c4d042
5
5
  SHA512:
6
- metadata.gz: 0cd9f406869afaa9fce7dd81a616a22954fdf92404f5fb93f38e3406742a7b3a48a7100eac18cfeeb3dbda355c7dfd669387fb1bec489ff022ad93f4020bd4e2
7
- data.tar.gz: 87d5430d5e48c718f7771b95f521752ca6f994793ac4f260f5f45410712f43bcb68ec01834ab060aa934521c832bb980acb7907a856fb29391664fc24aa99545
6
+ metadata.gz: d760cf4df60f1da08114405b9bc49ec40263e573681bb0ec3767a565b49dd6398b5b5ebc3bc809342bb82ded80530e8026a37b587bd16b553d2b85d9a9636323
7
+ data.tar.gz: d041dc192ed1780be8de6dd903904de7579cc74eecb777a54d7b2e81c2014b8ab92f490b90ca430e5dac05cf10ca8f837c03808aca56a74534c432cbb7a07204
data/README.md CHANGED
@@ -94,7 +94,7 @@ environment variables that you can set.
94
94
  | `ACME_DIRECTORY` | The URL of the ACME directory to use for TLS certificate provisioning. | `https://acme-v02.api.letsencrypt.org/directory` (Let's Encrypt production) |
95
95
  | `EAB_KID` | The EAB key identifier to use when provisioning TLS certificates, if required. | None |
96
96
  | `EAB_HMAC_KEY` | The Base64-encoded EAB HMAC key to use when provisioning TLS certificates, if required. | None |
97
- | `FORWARD_HEADERS` | Whether to forward X-Forwarded-* headers from the client. | Disabled when running with TLS; enabled otherwise |
97
+ | `FORWARD_HEADERS` | Whether to forward X-Forwarded-* and X-Request-ID headers from the client. | Disabled when running with TLS; enabled otherwise |
98
98
  | `LOG_REQUESTS` | Log all requests. Set to `0` or `false` to disable request logging | Enabled |
99
99
  | `DEBUG` | Set to `1` or `true` to enable debug logging. | Disabled |
100
100
 
@@ -1,3 +1,3 @@
1
1
  module Thruster
2
- VERSION = "0.1.25"
2
+ VERSION = "0.1.26"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thruster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.25
4
+ version: 0.1.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin McConnell