Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert windows login leaks #699

Merged
merged 3 commits into from
Mar 3, 2020
Merged

Conversation

kbogtob
Copy link
Contributor

@kbogtob kbogtob commented Mar 3, 2020

What does this PR do?

Reverting #694 and #691

Motivation

Users could not use the cookbook to install the agent on Windows without credentials

Fixes: #698

…ials_leak"

This reverts commit fa40d3d, reversing
changes made to 018ff8b.
…o specify win credentials (#691)"

This reverts commit 07d3a62.
@kbogtob kbogtob requested a review from albertvaka March 3, 2020 11:55
CHANGELOG.md Outdated
@@ -1,10 +1,10 @@
Changes
=======

# 4.2.0 / 2020-02-27
# 4.2.0 / 2020-02-27 - BROKEN
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
# 4.2.0 / 2020-02-27 - BROKEN
# 4.2.0 / 2020-02-27 - KNOWN BUG

CHANGELOG.md Outdated

* [FEATURE] Automatically uninstall and then install the Agent only when trying to downgrade agent version on Windows. See [#690][] [@kbogtob][]
* [BUGFIX] Set Windows installer as sensitive resource and use env var to specify Windows user credentials to avoid leaks of credentials in logs. See [#691][] and [#694][] [@julien-lebot][]
* [BUGFIX] Set Windows installer as sensitive resource and use env var to specify Windows user credentials to avoid leaks of credentials in logs. See [#691][] and [#694][] [@julien-lebot][] - Broken: This bugfix introduces a new bug blocking users not using credentials to install on Windows
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* [BUGFIX] Set Windows installer as sensitive resource and use env var to specify Windows user credentials to avoid leaks of credentials in logs. See [#691][] and [#694][] [@julien-lebot][] - Broken: This bugfix introduces a new bug blocking users not using credentials to install on Windows
* [BUGFIX] Set Windows installer as sensitive resource and use env var to specify Windows user credentials to avoid leaks of credentials in logs. See [#691][] and [#694][] [@julien-lebot][] - Known bug: This bugfix introduces a new bug blocking users not using credentials to install on Windows

@kbogtob kbogtob force-pushed the kbogtob/revert-windows-login-leaks branch from 1587d41 to 33204a0 Compare March 3, 2020 12:34
@kbogtob kbogtob merged commit 8221509 into master Mar 3, 2020
@kbogtob kbogtob deleted the kbogtob/revert-windows-login-leaks branch April 22, 2020 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cookbook fails on windows when username/password not set
2 participants