None provider

pymco.security.none

Contains none specific security provider.

class pymco.security.none.NoneProvider(config, logger=<logging.Logger object>)[source]

Provides message signing for MCollective::Security::None sec. provider

The none provider is a dummy provider just for developing that isn’t included with MCollective but into fixtures directory.

sign(message)[source]

Implement pymco.security.SecurityProvider.sign().

Add the current user as :callerid key to the message.

verify(message)[source]

Implement pymco.security.SecurityProvider.verify().

It does nothing, returning always given message.