Class: Fluent::PullForwardOutput::HtpasswdDummy

Inherits:
WEBrick::HTTPAuth::Htpasswd
  • Object
show all
Defined in:
lib/fluent/plugin/out_pull_forward.rb

Instance Method Summary collapse

Constructor Details

#initializeHtpasswdDummy

overwrite constructor NOT to generate htpasswd file on local filesystem



70
71
72
73
74
75
# File 'lib/fluent/plugin/out_pull_forward.rb', line 70

def initialize
  @path = '/'
  @mtime = Time.at(0)
  @passwd = Hash.new
  @auth_type = WEBrick::HTTPAuth::BasicAuth
end