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

pki: T6241: remove debug print statement about updated subsystems (backport #3657) #3670

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Jun 17, 2024

Change Summary

Commit 9f9891a ("pki: T6241: Fix dependency updates on PKI changes") added a print() statement which notified the users about the subsystems which got supplied with an updated certificate.

Example:

PKI: Updating config: interfaces openvpn vtun0 tls certificate openvpn_vtun0
PKI: Updating config: interfaces openvpn vtun0 tls ca_certificate openvpn_vtun0_1

This is an informational message which should maybe (if needed) be sent to syslog. But the main issue is that CLI paths are mangled (- to _) which makes the about print output wrong and could potentially confuse users.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes)
  • Migration from an old Vyatta component to vyos-1x, please link to related PR inside obsoleted component
  • Other (please describe): Remove DEBUG code

Related Task(s)

Component(s) name

PKI

Proposed changes

Statement has been commented to be re-enabled for debugging.

Checklist:

  • I have read the CONTRIBUTING document
  • I have linked this PR to one or more Phabricator Task(s)
  • I have run the components SMOKETESTS if applicable
  • My commit headlines contain a valid Task id
  • My change requires a change to the documentation
  • I have updated the documentation accordingly

This is an automatic backport of pull request #3657 done by [Mergify](https://mergify.com).

Commit 9f9891a ("pki: T6241: Fix dependency updates on PKI changes") added
a print() statement which notified the users about the subsystems which got
supplied with an updated certificate.

Example:
> PKI: Updating config: interfaces openvpn vtun0 tls certificate openvpn_vtun0
> PKI: Updating config: interfaces openvpn vtun0 tls ca_certificate openvpn_vtun0_1

This is an informational message which should maybe (if needed) be sent to
syslog. But the main issue is that CLI paths are mangled (- to _) which makes
the about print output wrong and could potentially confuse users.

Statement has been commented to be re-enabled for debugging.

(cherry picked from commit a4d49a9)
@mergify mergify bot requested a review from a team as a code owner June 17, 2024 16:07
@mergify mergify bot requested review from dmbaturin, sarthurdev, zdc, jestabro, sever-sever and c-po and removed request for a team June 17, 2024 16:07
@github-actions github-actions bot added the sagitta VyOS 1.4 LTS label Jun 17, 2024
Copy link

👍
No issues in PR Title / Commit Title

@sever-sever sever-sever merged commit 6508db4 into sagitta Jun 24, 2024
8 checks passed
@mergify mergify bot deleted the mergify/bp/sagitta/pr-3657 branch June 24, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sagitta VyOS 1.4 LTS
3 participants