Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
135
noc
Commits
875f7dfa
Commit
875f7dfa
authored
Mar 16, 2020
by
Andrey Vertiprahov
Browse files
Add raise_privileges and access_preference params when call login script on suggestcli discovery.
parent
3265db2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
services/discovery/jobs/box/suggestcli.py
View file @
875f7dfa
...
...
@@ -71,6 +71,8 @@ class SuggestCLICheck(DiscoveryCheck):
"password"
:
password
,
"super_password"
:
super_password
,
"path"
:
None
,
"raise_privileges"
:
self
.
object
.
to_raise_privileges
,
"access_preference"
:
self
.
object
.
get_access_preference
(),
},
)
self
.
logger
.
info
(
"Result: %s, %s"
,
r
,
r
[
"message"
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment