Closed kennytm closed 1 day ago
Hi @kennytm. Thanks for your PR.
PRs from untrusted users cannot be marked as trusted with /ok-to-test
in this repo meaning untrusted PR authors can never trigger tests themselves. Collaborators can still trigger tests on the PR using /test all
.
I understand the commands that are listed here.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 74.5370%. Comparing base (
c091dba
) to head (6d0f592
). Report is 9 commits behind head on master.
🚨 Try these New Features:
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: 3pointer, BornChanger
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Timeline:
2024-11-21 10:21:00.580481009 +0000 UTC m=+113448.200135524
: :ballot_box_with_check: agreed by BornChanger.2024-11-21 10:25:46.527449073 +0000 UTC m=+113734.147103585
: :ballot_box_with_check: agreed by 3pointer.In response to a cherrypick label: new pull request created to branch release-6.5
: #57601.
In response to a cherrypick label: new pull request created to branch release-7.1
: #57602.
In response to a cherrypick label: new pull request created to branch release-7.5
: #57603.
In response to a cherrypick label: new pull request created to branch release-8.1
: #57604.
In response to a cherrypick label: new pull request created to branch release-8.5
: #57605.
In response to a cherrypick label: new pull request created to branch release-6.1
: #57606.
What problem does this PR solve?
Issue Number: close #57585
Problem Summary: Some values from the command line are not properly redacted.
What changed and how does it work?
In additional to the existing handling for
--storage
, we also apply redaction to the following parameters:--full-backup-storage
--crypter.key
--log.crypter.key
--azblob.encryption-key
--master-key
(the current implementation of this may be too conservative)Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.