saltstack/salt

View on GitHub
salt/auth/auto.py

Summary

Maintainability
A
0 mins
Test Coverage
# -*- coding: utf-8 -*-
'''
An "Always Approved" eauth interface to test against, not intended for
production use
'''


def auth(username, password):  # pylint: disable=unused-argument
    '''
    Authenticate!
    '''
    return True