Skip to content

Commit

Permalink
Merge pull request #18 from HatsuneMiku3939/feature/filter-basic-auth…
Browse files Browse the repository at this point in the history
…-password

filter basic auth password
  • Loading branch information
HatsuneMiku3939 committed Aug 25, 2018
2 parents f80bc89 + 4985a80 commit eec0132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fluent-plugin-http-pull.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "fluent-plugin-http-pull"
spec.version = "0.8.1"
spec.version = "0.8.2"
spec.authors = ["filepang"]
spec.email = ["filepang@gmail.com"]

Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/plugin/in_http_pull.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def initialize
config_param :user, :string, default: nil

desc 'password of basic auth'
config_param :password, :string, default: nil
config_param :password, :string, default: nil, secret: true

# req/res header options
config_section :response_header, param_name: :response_headers, multi: true do
Expand Down

0 comments on commit eec0132

Please sign in to comment.