Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Adding WinRM extension #3485

Merged
merged 1 commit into from
Jul 17, 2018
Merged

Conversation

PatrickLang
Copy link
Contributor

This resolves #3460 for dev investigations. I'm making it an optional extension at first so I can do more tests on robustness and get some feedback on this from a security standpoint before it's enabled by default.

Using this extension will enable Windows Remote Management using HTTPS with a self-signed certificate. That's enough to enable some basic remote management from the commandline and enable tools like https://github.com/patricklang/logslurp to gather logs into a central place for troubleshooting.

@ghost ghost assigned PatrickLang Jul 17, 2018
@ghost ghost added the in progress label Jul 17, 2018
@codecov
Copy link

codecov bot commented Jul 17, 2018

Codecov Report

Merging #3485 into master will increase coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3485      +/-   ##
==========================================
+ Coverage   55.94%   55.94%   +<.01%     
==========================================
  Files         105      105              
  Lines       15917    15888      -29     
==========================================
- Hits         8905     8889      -16     
+ Misses       6262     6253       -9     
+ Partials      750      746       -4

@PatrickLang
Copy link
Contributor Author

@jsturtevant - what do you think?

Copy link
Member

@jackfrancis jackfrancis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jackfrancis jackfrancis merged commit f4470e9 into Azure:master Jul 17, 2018
@ghost ghost removed the in progress label Jul 17, 2018
@PatrickLang PatrickLang deleted the plang-winrmext branch July 17, 2018 23:51
kkmsft pushed a commit to kkmsft/acs-engine that referenced this pull request Jul 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No remoting available from master to Windows agents
2 participants