module ChefPlugin::Authentication

Public Instance Methods

authenticate_with_chef_signature() click to toggle source
# File lib/smart_proxy_chef_plugin/authentication.rb, line 8
def authenticate_with_chef_signature
  helpers ConnectionHelper, InstanceMethods, ::Proxy::Helpers

  before do
    authenticate_chef_signature(request)
  end
end