defguard icon indicating copy to clipboard operation
defguard copied to clipboard

feat: add friendly name comment before public key

Open t-aleksander opened this issue 1 year ago • 0 comments

📖 Description

Adds a comment to the VPN config with a friendly name as per #576 specification. The user can download this config either during the enrollment process or from the dashboard in the device configuration menu.

fixes #576

🛠️ Dev Branch Merge Checklist:

Documentation

  • [ ] If testing requires changes in the environment or deployment, please update the documentation (https://defguard.gitbook.io) first and attach the link to the documentation section in this pool request
  • [ ] I have commented on my code, particularly in hard-to-understand areas

Testing

  • [ ] I have prepared end-to-end tests for all new functionalities
  • [ ] I have performed end-to-end tests manually and they work
  • [ ] New and existing unit tests pass locally with my changes

Deployment

  • [ ] If deployment is affected I have made corresponding/required changes to deployment (Docker, Kubernetes, one-line install)

🏚️ Main Branch Merge Checklist:

Testing

  • [ ] I have merged my changes before to dev and the dev checklist is done
  • [ ] I have tested all functionalities on the dev instance and they work

Documentation

  • [ ] I have made corresponding changes to the user & admin documentation and added new features documentation with screenshots for users/admins

t-aleksander avatar May 24 '24 09:05 t-aleksander