mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Merge pull request #40894 from senthilkumar-e/broken_jobs_api_fix
Fix for broken /jobs/<jid> in 2016.11.4
This commit is contained in:
commit
0f2ec1e1db
@ -74,6 +74,7 @@ class RunnerClient(mixins.SyncClientMixin, mixins.AsyncClientMixin, object):
|
|||||||
|
|
||||||
reserved_kwargs = dict([(i, low.pop(i)) for i in [
|
reserved_kwargs = dict([(i, low.pop(i)) for i in [
|
||||||
'username', 'password', 'eauth', 'token', 'client', 'user', 'key',
|
'username', 'password', 'eauth', 'token', 'client', 'user', 'key',
|
||||||
|
'__current_eauth_groups', '__current_eauth_user',
|
||||||
] if i in low])
|
] if i in low])
|
||||||
|
|
||||||
# Run name=value args through parse_input. We don't need to run kwargs
|
# Run name=value args through parse_input. We don't need to run kwargs
|
||||||
|
Loading…
Reference in New Issue
Block a user