Skip to content

Commit eec0132

Browse files
Merge pull request #18 from HatsuneMiku3939/feature/filter-basic-auth-password
filter basic auth password
2 parents f80bc89 + 4985a80 commit eec0132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fluent-plugin-http-pull.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33

44
Gem::Specification.new do |spec|
55
spec.name = "fluent-plugin-http-pull"
6-
spec.version = "0.8.1"
6+
spec.version = "0.8.2"
77
spec.authors = ["filepang"]
88
spec.email = ["[email protected]"]
99

lib/fluent/plugin/in_http_pull.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def initialize
5757
config_param :user, :string, default: nil
5858

5959
desc 'password of basic auth'
60-
config_param :password, :string, default: nil
60+
config_param :password, :string, default: nil, secret: true
6161

6262
# req/res header options
6363
config_section :response_header, param_name: :response_headers, multi: true do

0 commit comments

Comments
 (0)