From 66af022e3a7a86a53ea8aa041527c97577bc2097 Mon Sep 17 00:00:00 2001 From: lemonmojo Date: Tue, 28 Nov 2023 10:38:50 +0000 Subject: [PATCH] [ci] Dynamic Folder Index updated --- Dynamic Folder/index.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dynamic Folder/index.json b/Dynamic Folder/index.json index ee83965..303f3d9 100644 --- a/Dynamic Folder/index.json +++ b/Dynamic Folder/index.json @@ -1,13 +1,13 @@ { "Scripts": [ { - "Name": "1Password (Python)", - "ContentURL": "https://raw.githubusercontent.com/royalapplications/toolbox/master/Dynamic%20Folder/1Password/1Password%20%28Python%29.rdfe", + "Name": "1Password v8 (Python)", + "ContentURL": "https://raw.githubusercontent.com/royalapplications/toolbox/master/Dynamic%20Folder/1Password/1Password%20v8%20%28Python%29.rdfx", "Categories": [ "1Password" ], - "Description": "This Dynamic Folder sample allows you to import dynamic credentials from 1Password.", - "Notes": "\n\n\n

1Password Dynamic Folder sample

\n\n

Version: 2.0.5
\nAuthor: Royal Apps

\n\n

This Dynamic Folder sample allows you to import credentials from 1Password. The 1Password command-line tool is required and the path where it is installed must be configured in the "Custom Properties" section. Also, your 1Password login details must be provided in the "Login" section of the custom properties.

\n\n

Items are imported as Dynamic Credentials. This means that the username and password fields will remain empty after reloading the dynamic folder and only be requested when a connection is established that uses one of the credentials of this dynamic folder. While you can instruct the script to import regular credentials (by setting the "Dynamic Credentials" setting in the "Custom Properties" section to "No", it's not(!) recommended to do so as it has many downsides. For instance, it will take much longer to retrieve all items because a web request to 1Password's web service will need to be made for each individual item. 1Password also enforces API rate limits, so if you have a lot of items, you might not be able to retrieve all of them before hitting the rate limit.

\n\n

By default, items of all vaults are imported. If you only want to retrieve items of a specific vault, you can configure the vault's name in the "Filter" section of the "Custom Properties".

\n\n

Requirements

\n\n\n\n

 

\n\n

Setup

\n\n\n", + "Description": "This Dynamic Folder sample allows you to import dynamic credentials from 1Password v8+", + "Notes": "\n\n\n

1Password v8+ Dynamic Folder sample

\n\n

This Dynamic Folder sample allows you to import credentials from 1Password. It requires both the 1Password app (version 8 or above) and the 1Password CLI tool (version 2.19 or above). The 1Password CLI tool must be installed, and the path where it is installed must be configured in the "Custom Properties" section. You also need to turn on the 1Password CLI/desktop integration in the 1Password app (Settings -> Developer -> enable \"Integrate with 1Password CLI\").

\n\n

Items are imported as Dynamic Credentials. This means that the username and password fields will remain empty after reloading the dynamic folder and only be requested when a connection is established that uses one of the credentials of this dynamic folder.

\n\n

By default, the last signed in account in 1Password is used (this is defined by the 1Password CLI tool). If you require fetching from a specific account, you can specify this in the \"Account\" custom property.

\n\n

By default, items of all vaults are imported. If you only want to retrieve items of a specific vault (or a list of specific vaults, comma-separated), you can configure the \"Vaults\" custom property.

\n\n

Requirements

\n\n\n\n

 

\n\n

Setup

\n\n\n", "ScriptInterpreter": "python", "DynamicCredentialScriptInterpreter": "python" },