saltstack / pepper

A library and stand-alone CLI tools to access a salt-api instance
Other
246 stars 123 forks source link

Permission denied #95

Open michaelkuty opened 7 years ago

michaelkuty commented 7 years ago

I had problem with using --fail-if-incomplete parameter if i run command without this everything just works but with argument i get permission denied i inspect this issue and I see that for --fail-if-incomplete is used jobs.lookup_jid I debug my ACLs but if I run single command through pepper to jobs.lookup_jid function works ok.

pepper "*" test.ping --fail-if-incomplete -v
whiteinge commented 7 years ago

Thanks for the report and sorry for the slow response.