chore: Rename and clarificacion for monitor download#2634
Open
estape11 wants to merge 1 commit intomendersoftware:masterfrom
Open
chore: Rename and clarificacion for monitor download#2634estape11 wants to merge 1 commit intomendersoftware:masterfrom
estape11 wants to merge 1 commit intomendersoftware:masterfrom
Conversation
Ticket: None Changelog: Tab renamed in the monitor download and added clarificacion for Enterprise credentials Signed-off-by: Esteban Agüero Pérez <esteban.aguero@northern.tech>
Contributor
|
Merging these commits will result in the following changelog entries: Changelogsmender-docs (master)New changes in mender-docs since master:
|
lluiscampos
approved these changes
Nov 13, 2025
lluiscampos
reviewed
Nov 13, 2025
| ```bash | ||
| MENDER_ENTERPRISE_USER=<your.user> | ||
| MENDER_ENTERPRISE_PASSWORD=<yoursecurepassword> | ||
| MENDER_ENTERPRISE_PASSWORD=<yoursecurepassword> |
Contributor
There was a problem hiding this comment.
Just FYI, this was not a typo, but meant as a security precaution: having an space before the command makes not to be saved in bash history.
However I see that just few lines above we do MENDER_ENTERPRISE_PASSWORD without this trick so I'll just accept your PR as-is.
lluiscampos
reviewed
Nov 13, 2025
Contributor
lluiscampos
left a comment
There was a problem hiding this comment.
@estape11 There are conflicts with today's master (this PR is quite old). Could you please rebase and fix?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket: None
Changelog: Tab renamed in the monitor download and added clarificacion for Enterprise credentials
External Contributor Checklist
🚨 Please review the guidelines for contributing to this repository.
The majority of our contributions are fixes, which means your commit should have
the form below:
git --signoff. Also note that the signoff author must match the author of the commit.Description
Please describe your pull request.
Thank you!