Skip to content

Commit f963499

Browse files
authored
Merge pull request #118 from royalapplications/create-pull-request/patch
[ci] Dynamic Folder Index updated
2 parents c736b66 + bce315e commit f963499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dynamic Folder/index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"Bitwarden"
9898
],
9999
"Description": "This Dynamic Folder sample allows you to import credentials from Bitwarden.",
100-
"Notes": "<h2><strong>Bitwarden Dynamic Folder sample</strong></h2>\n\n<p><strong>Version</strong>: 1.0.7<br />\n<strong>Author</strong>: Royal Apps</p>\n\n<p>This Dynamic Folder sample allows you to import credentials from Bitwarden. The Bitwarden CLI client is required and the path where it is installed must be configured in the &quot;Custom Properties&quot; section. Also, your Bitwarden login details must be provided in the &quot;Credentials&quot; section. Optionally, you can configure API Key based authentication by providing your Client ID and Client Secret in the &quot;Custom Properties&quot; section. Note that, your Bitwarden password must still be provided even when using API Key based authentication.</p>\n\n<p>At the moment, all items are placed in the root folder. There is no support for custom folders at the moment. Bitwarden two-step login is supported, but only tested with the &quot;Authenticator App&quot; and &quot;Email&quot; providers, the 2FA (TOTP) code can be automatically generated.</p>\n\n<p>Note that if your account is hosted on any other domain than&nbsp;vault.bitwarden.com, you must configure that domain using the Bitwarden command-line tool (CLI) before using this dynamic folder script. (see&nbsp;<a href=\"https://bitwarden.com/help/cli/#config\">https://bitwarden.com/help/cli/#config</a>).</p>\n\n<h3><strong>Requirements</strong></h3>\n\n<ul>\n\t<li><a href=\"https://help.bitwarden.com/article/cli\">Bitwarden command-line tool (CLI)</a></li>\n\t<li>Python Module: __future__</li>\n\t<li>Python Module: sys</li>\n\t<li>Python Module: functools</li>\n\t<li>Python Module: json</li>\n\t<li>Python Module:&nbsp;subprocess</li>\n\t<li>Python Module: os</li>\n\t<li>Python Module: tkinter</li>\n\t<li>Python Module: <a href=\"https://github.com/pyauth/pyotp\">pyotp</a> (only needed when using the auto&nbsp;TOTP 2FA code generation)</li>\n</ul>\n\n<h3><strong>Setup</strong></h3>\n\n<ul>\n\t<li>Specify the full, absolute path to the Bitwarden CLI tool in the &quot;Custom Properties&quot; section.</li>\n\t<li>Specify credentials for accessing your Bitwarden vault in the &quot;Credentials&quot; section.</li>\n\t<li>When using the auto&nbsp;TOTP 2FA&nbsp;code generation, specify the TOTP key in the&nbsp;&quot;Custom Properties&quot; section.</li>\n\t<li>Optionally, specify your Client ID and Client Secret for API Key based authentication in the &quot;Custom Properties&quot; section.</li>\n</ul>\n",
100+
"Notes": "<h2><strong>Bitwarden Dynamic Folder sample</strong></h2>\n\n<p><strong>Version</strong>: 1.0.7<br />\n<strong>Author</strong>: Royal Apps</p>\n\n<p>This Dynamic Folder sample allows you to import credentials from Bitwarden. The Bitwarden CLI client is required and the path where it is installed must be configured in the &quot;Custom Properties&quot; section. Also, your Bitwarden login details must be provided in the &quot;Credentials&quot; section. Optionally, you can configure API Key based authentication by providing your Client ID and Client Secret in the &quot;Custom Properties&quot; section. Note that, your Bitwarden password must still be provided even when using API Key based authentication.</p>\n\n<p>At the moment, all items are placed in the root folder. There is no support for custom folders at the moment. Bitwarden two-step login is supported, but only tested with the &quot;Authenticator App&quot; and &quot;Email&quot; providers, the 2FA (TOTP) code can be automatically generated.</p>\n\n<p>Note that if your account is hosted on any other domain than&nbsp;vault.bitwarden.com, you must configure that domain using the Bitwarden command-line tool (CLI) before using this dynamic folder script. (see&nbsp;<a href=\"https://bitwarden.com/help/cli/#config\">https://bitwarden.com/help/cli/#config</a>).</p>\n\n<h3><strong>Requirements</strong></h3>\n\n<ul>\n\t<li><a href=\"https://help.bitwarden.com/article/cli\">Bitwarden command-line tool (CLI)</a></li>\n\t<li>Python Module: __future__</li>\n\t<li>Python Module: sys</li>\n\t<li>Python Module: functools</li>\n\t<li>Python Module: json</li>\n\t<li>Python Module:&nbsp;subprocess</li>\n\t<li>Python Module: os</li>\n\t<li>Python Module: tkinter</li>\n\t<li>Python Module: <a href=\"https://github.com/pyauth/pyotp\">pyotp</a> (only needed when using the auto&nbsp;TOTP 2FA code generation)</li>\n</ul>\n\n<h3><strong>Setup</strong></h3>\n\n<ul>\n\t<li>Specify the full, absolute path to the Bitwarden CLI tool in the &quot;Custom Properties&quot; section.</li>\n\t<li>Specify credentials for accessing your Bitwarden vault in the &quot;Credentials&quot; section.</li>\n\t<li>When using the auto&nbsp;TOTP 2FA&nbsp;code generation, specify the TOTP key in the&nbsp;&quot;Custom Properties&quot; section.</li>\n\t<li>Optionally, specify your Client ID and Client Secret for API Key based authentication in the &quot;Custom Properties&quot; section.</li>\n\t<li>Optionally, specify a custom server url in the &quot;Custom Properties&quot; section.</li>\n</ul>\n",
101101
"ScriptInterpreter": "python",
102102
"DynamicCredentialScriptInterpreter": "json"
103103
},

0 commit comments

Comments
 (0)