Skip to content

Commit

Permalink
Merge pull request #132 from IBM/password_policy
Browse files Browse the repository at this point in the history
Custom password generation policy for username password secrets
  • Loading branch information
IdanAdar authored Feb 7, 2024
2 parents 57893c8 + be3f635 commit b783d7d
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 95 deletions.
2 changes: 1 addition & 1 deletion examples/secrets-manager.v2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @jest-environment node
*/
/**
* (C) Copyright IBM Corp. 2023.
* (C) Copyright IBM Corp. 2024.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
59 changes: 25 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"extend": "^3.0.2",
"ibm-cloud-sdk-core": "^4.1.2"
"ibm-cloud-sdk-core": "^4.2.2"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
Expand Down
Loading

0 comments on commit b783d7d

Please sign in to comment.