Skip to content

Commit 4b0d69e

Browse files
author
jmeyer
committed
adding additional fields to return to get rbac to work
1 parent f485451 commit 4b0d69e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

st2api/st2api/controllers/v1/actionexecutions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ class ActionExecutionsControllerMixin(BaseRestControllerMixin):
8484
'action.parameters',
8585
'runner.runner_parameters',
8686
'parameters'
87+
# necessary for ActionExecutionDB to determine permissions in enterprise ldap
88+
'action.pack'
89+
'action.uid'
8790
]
8891

8992
# A list of attributes which can be specified using ?exclude_attributes filter

0 commit comments

Comments
 (0)