Skip to content

Commit

Permalink
[ci] Dynamic Folder Index updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmojo authored Dec 19, 2024
1 parent c736b66 commit bce315e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dynamic Folder/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"Bitwarden"
],
"Description": "This Dynamic Folder sample allows you to import credentials from Bitwarden.",
"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",
"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",
"ScriptInterpreter": "python",
"DynamicCredentialScriptInterpreter": "json"
},
Expand Down

0 comments on commit bce315e

Please sign in to comment.