Skip to content

Instantly share code, notes, and snippets.

# auth plugin config
'Plugin::Authentication' => {
default_realm => 'freestock_internal_account',
realms => {
freestock_force_authenticate => {
credential => {
class => 'Password',
password_type => 'none',
},