-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fluent-plugin: Add client certificate verification (#1189)
* fluent-plugin: Add client certificate verification * use OpenSSL::PKey.read to read private key * remove gem file
- Loading branch information
1 parent
48c501a
commit cb4f5b4
Showing
3 changed files
with
50 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__) | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = 'fluent-plugin-grafana-loki' | ||
spec.version = '1.1.1' | ||
spec.version = '1.2.1' | ||
spec.authors = %w[woodsaj briangann] | ||
spec.email = ['[email protected]', '[email protected]'] | ||
|
||
|
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