Guest User

Untitled

a guest
Jul 22nd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. description: Yaml Policy 1
  2. id: a4c072fd-1d02-4341-96a7-51038dc5b557
  3.  
  4. rules:
  5. ^$:
  6. actions: 'foobar'
  7.  
  8. /yml:
  9. actions: 'exact_match'
  10.  
  11. /yml.*:
  12. actions: pattern_match
  13.  
  14. /listAction/.*:
  15. actions: [action_list_1,action_list_2]
  16.  
  17. /run/scripts:
  18. actions: POST
  19.  
  20. by:
  21. username: 'yml_usr_1'
  22. group: 'yml_group_1'
  23.  
  24. ---
  25.  
  26. description: Yaml Policy 2
  27. id: F76EACCC-1DFC-447B-9E72-CC06905A2924
  28.  
  29. /noactions/.*:
  30. foobar: dingbat
  31.  
  32. by:
  33. username: 'yml_usr_2'
  34. group: 'broken'
Add Comment
Please, Sign In to add comment