Fix various issues, improve log messages, update documentation, and add regression tests#126
Fix various issues, improve log messages, update documentation, and add regression tests#126davidallendj merged 15 commits intomainfrom
Conversation
|
Still need to add the regression tests before merging. |
db8035d to
1c99115
Compare
Signed-off-by: David J. Allen <davidallendj@gmail.com> Signed-off-by: David Allen <davidallendj@gmail.com>
Signed-off-by: David J. Allen <davidallendj@gmail.com> Signed-off-by: David Allen <davidallendj@gmail.com>
Signed-off-by: David J. Allen <davidallendj@gmail.com> Signed-off-by: David Allen <davidallendj@gmail.com>
Signed-off-by: David J. Allen <davidallendj@gmail.com> Signed-off-by: David Allen <davidallendj@gmail.com>
Signed-off-by: David J. Allen <davidallendj@gmail.com> Signed-off-by: David Allen <davidallendj@gmail.com>
Signed-off-by: David J. Allen <davidallendj@gmail.com> Signed-off-by: David Allen <davidallendj@gmail.com>
Signed-off-by: David J. Allen <davidallendj@gmail.com> Signed-off-by: David Allen <davidallendj@gmail.com>
Signed-off-by: David J. Allen <davidallendj@gmail.com> Signed-off-by: David Allen <davidallendj@gmail.com>
Signed-off-by: David J. Allen <davidallendj@gmail.com> Signed-off-by: David Allen <davidallendj@gmail.com>
Signed-off-by: David J. Allen <davidallendj@gmail.com> Signed-off-by: David Allen <davidallendj@gmail.com>
Signed-off-by: David J. Allen <davidallendj@gmail.com> Signed-off-by: David Allen <davidallendj@gmail.com>
Signed-off-by: David J. Allen <davidallendj@gmail.com> Signed-off-by: David Allen <davidallendj@gmail.com>
Signed-off-by: David J. Allen <davidallendj@gmail.com> Signed-off-by: David Allen <davidallendj@gmail.com>
Signed-off-by: David Allen <davidallendj@gmail.com>
Signed-off-by: David Allen <davidallendj@gmail.com>
6230841 to
4d188cf
Compare
| IPMI SerialConsoleConfig `json:"impi,omitempty"` | ||
| Telnet SerialConsoleConfig `json:"telnet,omitempty"` | ||
| SSH SerialConsoleConfig `json:"ssh,omitempty"` | ||
| } |
There was a problem hiding this comment.
Ther is also support for websocket console in RF, the remote console service currently doesn't support it, but we might want to add it here for completeness, not sure if gofish supports it?
There was a problem hiding this comment.
I'm looking for it but I'm not seeing it from the library. I'll look upstream to see if it was added recently.
There was a problem hiding this comment.
I see it here, but I guess it hasn't been merged yet?
There was a problem hiding this comment.
Strange I didn't think it was that new, for now I guess be an punt on supporting it.
There was a problem hiding this comment.
Yeah, I think it may just be that they haven't done a new release yet. Whenever, that happens we can add support for it.
There was a problem hiding this comment.
Yeah, I think it may just be that they haven't done a new release yet. Whenever, that happens we can add support for it.
There was a problem hiding this comment.
It might be prudent to start a branch that uses a replace directive in go.mod to redirect to the branch version, removing it and creating a PR for the branch once support is merged. That way, the functionality can be implemented without having to wait.
Pull Request Template
Thank you for your contribution! Please ensure the following before submitting:
Checklist
make test(or equivalent) locally and all tests passgit commit -s) with my real name and email<filename>.licensesidecarLICENSES/directoryDescription
This PR adds documentation that about using
--insecurewithscanafter changing the default value tofalse. It also adds more log messages to find these related issues and fixes an issue related to closing the secrets file too early, and adds regression tests.Additionally, this adds
SerialConsoleandCommandShellto the output of the crawler.Type of Change
For more info, see Contributing Guidelines.