Guest User

Puppet auth.conf

a guest
Dec 6th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. path ~ ^/file_(metadata|content)/files/
  2. auth yes
  3. allow_ip 192.168.0.0/24
  4.  
  5. path ~ ^/catalog/([^/]+)$
  6. method find
  7. allow $1
  8.  
  9. path ~ ^/node/([^/]+)$
  10. method find
  11. allow $1
  12.  
  13. path /certificate_revocation_list/ca
  14. method find
  15. allow *
  16.  
  17. path /report
  18. method save
  19. allow *
  20.  
  21. path /file
  22. allow *
  23.  
  24. path /certificate/ca
  25. auth any
  26. method find
  27. allow *
  28.  
  29. path /certificate/
  30. auth any
  31. method find
  32. allow *
  33.  
  34. path /certificate_request
  35. auth any
  36. method find, save
  37. allow *
  38.  
  39. path /
  40. auth any
Advertisement
Add Comment
Please, Sign In to add comment