miniroon

Simplistic macaroon-based authorization for Unix systems
git clone https://ccx.te2000.cz/git/miniroon
Log | Files | Refs | README

example1.json (244B)


      1 {
      2 	"action": "invoke",
      3 	"name": "example1",
      4 	"caveats": [
      5 		["env-is", "var1", "hello"],
      6 		["env-absent", "var2"],
      7 		["env-glob", "var3", "_*"],
      8 		["env-is", "var3", "_hello"]
      9 	],
     10 	"secret_b64": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="
     11 }