-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to TLSSetting to not only read from file path, but from m…
…emory (#7676) * Add in memory support to TLSSetting Signed-off-by: erikbaranowski <[email protected]> * Add changelog Signed-off-by: erikbaranowski <[email protected]> * Add documentation Signed-off-by: erikbaranowski <[email protected]> * Update some message verbiage Signed-off-by: erikbaranowski <[email protected]> * Fix up test error messages Signed-off-by: erikbaranowski <[email protected]> * swap PEM properties to confiqopaque.String instead of []byte Signed-off-by: erikbaranowski <[email protected]> * make linter happy Signed-off-by: erikbaranowski <[email protected]> * Fix unit test for windows Signed-off-by: Erik Baranowski <[email protected]> --------- Signed-off-by: erikbaranowski <[email protected]> Signed-off-by: Erik Baranowski <[email protected]>
- Loading branch information
1 parent
db99c42
commit 07262f2
Showing
7 changed files
with
264 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: enhancement | ||
|
||
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver) | ||
component: configtls | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: Allow TLS Settings to be provided in memory in addition to filepath. | ||
|
||
# One or more tracking issues or pull requests related to the change | ||
issues: [7313] | ||
|
||
# (Optional) One or more lines of additional information to render under the primary note. | ||
# These lines will be padded with 2 spaces and then inserted directly into the document. | ||
# Use pipe (|) for multiline entries. | ||
subtext: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.