Rundeck key storage ACL grant access to path

Kobi Rosenstein
1 min readJun 24, 2020

Yet another example of unclear docs.

If you want to grant a user or group access to a key path such as 'keys/teamname/projectname/.' , It’s NOT enough to simply add a “matched” block.

You have to be very specific- like this:

for:
storage:
- match:
path: 'keys/team1/.*'
allow: [read,create,update,delete]
- equals:
path: keys/team1
allow: [read]

--

--

Kobi Rosenstein

Linux infrastructure guy. This blog chronicles my “gotcha” moments — Each post contains an answer I would have like to have found when trawling google.