I am trying to fix a fairly simple issue today using cumin, and I can't make cumin work.
Some examples:
andrew@cloudcumin1001:~$ sudo cumin --force O{project:deployment-prep} 'true'
fails on 64/66 VMs.
andrew@cloudcumin1001:~$ sudo cumin --force O{*} 'true' Caught Unauthorized exception: The request you have made requires authentication. (HTTP 401) (Request-ID: req-08388682-1396-4143-898e-aea417d122a9)
andrew@cloud-cumin-03:~$ sudo cumin --force A:all 'true' Caught Unauthorized exception: The request you have made requires authentication. (HTTP 401) (Request-ID: req-4e9ba2db-8806-4de1-a355-4796a8c019e0)
(and 'keyholder arm' doesn't seem to help with this)
This are things we need to be able to do. As it currently stands there are any number of mishaps that we have no way to recover from. Is there a right/new way to do things like this that I just don't know about?