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

ssh: Fix template regex test for defaultExtensions to allow additional text #16018

Merged
merged 2 commits into from Jun 17, 2022

Conversation

stevendpclark
Copy link
Contributor

  • 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

 - 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
@stevendpclark stevendpclark requested a review from a team June 16, 2022 15:06
Copy link
Contributor

@cipherboy cipherboy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks Steve!

@stevendpclark stevendpclark added this to the 1.11.1 milestone Jun 16, 2022
@stevendpclark stevendpclark merged commit b4a3627 into main Jun 17, 2022
@stevendpclark stevendpclark deleted the stevendpclark/vault-6115-ssh-template branch June 17, 2022 15:09
stevendpclark added a commit that referenced this pull request Jun 17, 2022
…l 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
stevendpclark added a commit that referenced this pull request Jun 17, 2022
…l 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
stevendpclark added a commit that referenced this pull request Jun 17, 2022
…l 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
stevendpclark added a commit that referenced this pull request Jun 17, 2022
…l 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
stevendpclark added a commit that referenced this pull request Jun 17, 2022
…l text (#16018) (#16037)

* 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

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
stevendpclark added a commit that referenced this pull request Jun 17, 2022
…l text (#16018) (#16036)

* 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

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
cipherboy added a commit that referenced this pull request Jun 20, 2022
…l text (#16018) (#16038)

* 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

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants