open-vault/changelog/16018.txt
Steven Clark 8f118fcefb
ssh: Fix template regex test for defaultExtensions to allow additional text (#16018)
* ssh: Fix template regex test for defaultExtensions

 - The regex to identify if our defaultExtensions contains a template was
   a little too greedy, requiring the entire field to be just the regex. Allow
   additional text within the value field to be added

* Add cl
2022-06-17 11:06:17 -04:00

4 lines
134 B
Plaintext

```release-note:improvement
secrets/ssh: Allow additional text along with a template definition in defaultExtension value fields.
```