diff options
| author | Jesse Wolfe <jes5199@gmail.com> | 2010-03-17 12:46:42 -0700 |
|---|---|---|
| committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
| commit | eda649b6395b38dcb1a5719483222bfbfa60302c (patch) | |
| tree | b248bde2ee92194a6cebe917967aedbc399fbcbe /lib/puppet/network | |
| parent | 09b14120fe81a2955a1e4572ec0b8040ef540ade (diff) | |
Feature #3383 RAL over REST
ralsh --host works now, and is using REST.
A node running puppetd --listen will allow ralsh to find, search, and
modify live resources, via REST.
Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
Diffstat (limited to 'lib/puppet/network')
| -rw-r--r-- | lib/puppet/network/rest_authconfig.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/network/rest_authconfig.rb b/lib/puppet/network/rest_authconfig.rb index 01ed412cd..7c0ef9cf3 100644 --- a/lib/puppet/network/rest_authconfig.rb +++ b/lib/puppet/network/rest_authconfig.rb @@ -16,6 +16,7 @@ module Puppet { :acl => "/certificate/", :method => :find, :authenticated => false }, { :acl => "/certificate_request", :method => [:find, :save], :authenticated => false }, { :acl => "/status", :method => [:find], :authenticated => true }, + { :acl => "/resource", :method => [:find, :save, :search], :authenticated => true }, ] def self.main |
