We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f485451 commit 4b0d69eCopy full SHA for 4b0d69e
st2api/st2api/controllers/v1/actionexecutions.py
@@ -84,6 +84,9 @@ class ActionExecutionsControllerMixin(BaseRestControllerMixin):
84
'action.parameters',
85
'runner.runner_parameters',
86
'parameters'
87
+ # necessary for ActionExecutionDB to determine permissions in enterprise ldap
88
+ 'action.pack'
89
+ 'action.uid'
90
]
91
92
# A list of attributes which can be specified using ?exclude_attributes filter
0 commit comments