mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
11 lines
No EOL
417 B
Ruby
11 lines
No EOL
417 B
Ruby
# This file is specifically for you to define your strategies
|
|
#
|
|
# You should declare you strategies directly and/or use
|
|
# Merb::Authentication.activate!(:label_of_strategy)
|
|
#
|
|
# To load and set the order of strategy processing
|
|
|
|
Merb::Slices::config[:"merb-auth-slice-password"][:no_default_strategies] = true
|
|
|
|
Merb::Authentication.activate!(:default_password_form)
|
|
Merb::Authentication.activate!(:default_basic_auth) |