Skip to content

Mark wireguard dummy keys

brunos requested to merge improve-wg-dummy-key-creation into devel

Version Control Information

Source branch: improve-wg-dummy-key-creation
Target branch: devel

Commits:

* Mark wireguard dummy keys

The wg-up action script generates a dummy key for the wireguard configs it
 generates in the process. The make these dummy keys distinguishable their
 beginning is replaced with `dummy+key+` which does not invalidate the key
 string but sets a clear mark.

Description

In addition to the above commit message this should allow us to easily recognize dummy keys in the future in case they are not cleaned up.


Merge Prerequisites

  • MR title (and description) are descriptive
  • Code is readable and syntactically correct
  • Code is understandable
  • Documentation has been updated, if necessary
  • Commit messages look good
  • Release note file added in latest commit
Edited by Steve Starke

Merge request reports

Loading