smplkit 3.0.30 → 3.0.31

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2525023986218faca8b2c9120bc728b5d3b3522387b25a7278f47985491bd474
4
- data.tar.gz: 1e29788adcb15dbe4c5f2b8a5a4cf038a6823cb88163d8bb8675a65a52b27270
3
+ metadata.gz: dc5e08cf2ae84ef61652aded8b7701d5ec67471f9a53080f0949d4781b85a461
4
+ data.tar.gz: 8de8616d64928b4fdd814371b1f831a0e1f5999dfe87a39e66cac8589b19de2e
5
5
  SHA512:
6
- metadata.gz: 3b6ea094b4fd72a8dfd650932d4481edf6469d68b10baddb081329f152e223fb04afc241dd53cf18b5db2cedbe0fabc80668b6169088aa6caef6d1038d55c0ae
7
- data.tar.gz: '0483b27f3a10f7a3c449dd3d8af1a75c6f489af8a008c002f84346256bc7e735a4be100b9704345a1c8a7546cc4322a661a28c4e76c12fb217b559e7b6dde5a4'
6
+ metadata.gz: dab6e36f952afe75ad6cf1a959d4fd8cc598b5fdda02c63ee9fea59e5f97ee2a5bc5ded446579cb94f0770cd27b221df773b879d4e268e98111fb37930dd4cdb
7
+ data.tar.gz: 4ebfc82dbd61fc7c03375f24c88dad1f5fc082e29dc8233a8884492b320198ca87e8419541c63939ce2ad61b63c18a6b9279f9cdee131c6ce223ae0debb78dd1
@@ -37,7 +37,7 @@ module SmplkitGeneratedClient::Audit
37
37
  # Template applied to each event before delivery. The shape depends on ``transform_type``: for `JSONATA`, a string containing a JSONata expression. Omit to deliver the event JSON unchanged.
38
38
  attr_accessor :transform
39
39
 
40
- # Transport-specific delivery configuration. Shape is discriminated by ``forwarder_type``; today all destination types use ``HttpConfiguration``.
40
+ # Transport-specific delivery configuration. Shape is discriminated by ``forwarder_type``; today all destination types use ``HttpConfiguration``. Each managed vendor type (`DATADOG`, `NEW_RELIC`, `HONEYCOMB`, `SPLUNK_HEC`, `ELASTIC`) requires a vendor-specific authentication header to be present with a non-empty value; see the destination's documentation for the expected header name.
41
41
  attr_accessor :configuration
42
42
 
43
43
  # When the forwarder was created.
@@ -14,12 +14,12 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module SmplkitGeneratedClient::Audit
17
- # A single HTTP header attached to a forwarder delivery request. Header values carrying secrets (API keys, bearer tokens, HEC tokens) are encrypted at the application layer before persistence; the wire representation here is always plaintext.
17
+ # A single HTTP header attached to a forwarder delivery request. Header values are encrypted at the application layer before persistence regardless of header name; the wire representation here is always plaintext on both the request and the response, so a `GET → mutate → PUT` round-trip preserves header values without requiring the customer to re-enter secrets.
18
18
  class HttpHeader < ApiModelBase
19
19
  # Header name.
20
20
  attr_accessor :name
21
21
 
22
- # Header value.
22
+ # Header value. Stored encrypted at rest; returned as plaintext on `GET`.
23
23
  attr_accessor :value
24
24
 
25
25
  # Attribute mapping from ruby-style variable name to JSON key.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smplkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.30
4
+ version: 3.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smpl Solutions LLC