fluent-plugin-secure-forward 0.0.1 → 0.0.2
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.
- data/README.md +1 -0
- data/fluent-plugin-secure-forward.gemspec +1 -3
- metadata +3 -35
data/README.md
CHANGED
|
@@ -225,6 +225,7 @@ CONSIDER RETURN ACK OR NOT
|
|
|
225
225
|
* access deny on accept (against DoS)
|
|
226
226
|
* pluggable authentication database (input plugin)
|
|
227
227
|
* RDBMS, LDAP, or ...
|
|
228
|
+
* Authentication by clients certificate
|
|
228
229
|
* encryption algorithm option (output plugin)
|
|
229
230
|
* balancing/failover (output plugin)
|
|
230
231
|
* TESTS!
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
Gem::Specification.new do |gem|
|
|
3
3
|
gem.name = "fluent-plugin-secure-forward"
|
|
4
|
-
gem.version = "0.0.
|
|
4
|
+
gem.version = "0.0.2"
|
|
5
5
|
gem.authors = ["TAGOMORI Satoshi"]
|
|
6
6
|
gem.email = ["tagomoris@gmail.com"]
|
|
7
7
|
gem.summary = %q{Fluentd input/output plugin to forward over SSL with authentications}
|
|
@@ -13,8 +13,6 @@ Gem::Specification.new do |gem|
|
|
|
13
13
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
14
14
|
gem.require_paths = ["lib"]
|
|
15
15
|
|
|
16
|
-
gem.add_development_dependency "fluentd"
|
|
17
|
-
gem.add_development_dependency "fluent-mixin-config-placeholders"
|
|
18
16
|
gem.add_runtime_dependency "fluentd"
|
|
19
17
|
gem.add_runtime_dependency "fluent-mixin-config-placeholders"
|
|
20
18
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-secure-forward
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,40 +9,8 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-04-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
|
-
- !ruby/object:Gem::Dependency
|
|
15
|
-
name: fluentd
|
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
|
-
requirements:
|
|
19
|
-
- - ! '>='
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
21
|
-
version: '0'
|
|
22
|
-
type: :development
|
|
23
|
-
prerelease: false
|
|
24
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
|
-
requirements:
|
|
27
|
-
- - ! '>='
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: '0'
|
|
30
|
-
- !ruby/object:Gem::Dependency
|
|
31
|
-
name: fluent-mixin-config-placeholders
|
|
32
|
-
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
|
-
requirements:
|
|
35
|
-
- - ! '>='
|
|
36
|
-
- !ruby/object:Gem::Version
|
|
37
|
-
version: '0'
|
|
38
|
-
type: :development
|
|
39
|
-
prerelease: false
|
|
40
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
|
-
requirements:
|
|
43
|
-
- - ! '>='
|
|
44
|
-
- !ruby/object:Gem::Version
|
|
45
|
-
version: '0'
|
|
46
14
|
- !ruby/object:Gem::Dependency
|
|
47
15
|
name: fluentd
|
|
48
16
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -120,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
120
88
|
version: '0'
|
|
121
89
|
requirements: []
|
|
122
90
|
rubyforge_project:
|
|
123
|
-
rubygems_version: 1.8.
|
|
91
|
+
rubygems_version: 1.8.23
|
|
124
92
|
signing_key:
|
|
125
93
|
specification_version: 3
|
|
126
94
|
summary: Fluentd input/output plugin to forward over SSL with authentications
|