-
Notifications
You must be signed in to change notification settings - Fork 788
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
feat: support looking for existing secrets in vault #4360
Conversation
92b875c
to
e97868b
Compare
/retest |
If `"default":"<generated>”` is used on a token or a password then it will default to a generated secret Signed-off-by: Pete Muir <pmuir@bleepbleep.org.uk>
Codecov Report
@@ Coverage Diff @@
## master #4360 +/- ##
=========================================
Coverage ? 43.36%
=========================================
Files ? 810
Lines ? 101113
Branches ? 0
=========================================
Hits ? 43846
Misses ? 53606
Partials ? 3661
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4360 +/- ##
=========================================
+ Coverage 41.94% 43.34% +1.4%
=========================================
Files 810 810
Lines 101158 101165 +7
=========================================
+ Hits 42427 43855 +1428
+ Misses 55369 53649 -1720
- Partials 3362 3661 +299
Continue to review full report at Codecov.
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jstrachan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…ins-x#4360) If `"default":"<generated>”` is used on a token or a password then it will default to a generated secret Signed-off-by: Pete Muir <pmuir@bleepbleep.org.uk>
Submitter checklist
Description
If a secret already exists in vault then it is used and not reprompted
Signed-off-by: Pete Muir pmuir@bleepbleep.org.uk
Special notes for the reviewer(s)
Which issue this PR fixes
#4328