diff --git a/docs/images/secret-syncs/1password/configure-destination.png b/docs/images/secret-syncs/1password/configure-destination.png index af5191486..786bd1501 100644 Binary files a/docs/images/secret-syncs/1password/configure-destination.png and b/docs/images/secret-syncs/1password/configure-destination.png differ diff --git a/docs/integrations/secret-syncs/1password.mdx b/docs/integrations/secret-syncs/1password.mdx index 17a65a1ec..512db74e1 100644 --- a/docs/integrations/secret-syncs/1password.mdx +++ b/docs/integrations/secret-syncs/1password.mdx @@ -36,6 +36,7 @@ description: "Learn how to configure a 1Password Sync for Infisical." - **1Password Connection**: The 1Password Connection to authenticate with. - **Vault**: The 1Password vault to sync secrets to. + - **Value Label**: The label of the 1Password item field that will hold your secret value. Configure the **Sync Options** to specify how secrets should be synced, then click **Next**. @@ -162,4 +163,7 @@ description: "Learn how to configure a 1Password Sync for Infisical." Infisical can only perform CRUD operations on the following item types: - API Credentials + + It's the label of the 1Password item field which will hold your secret value. For example, if you were to sync Infisical secret 'foo: bar', the 1Password item equivalent would have an item title of 'foo', and a field on that item 'value: bar'. The field label 'value' is what gets changed by this option. + diff --git a/frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/1PasswordSyncFields.tsx b/frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/1PasswordSyncFields.tsx index 3408c192f..dd54dbf63 100644 --- a/frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/1PasswordSyncFields.tsx +++ b/frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/1PasswordSyncFields.tsx @@ -78,7 +78,7 @@ export const OnePassSyncFields = () => { errorText={error?.message} isOptional label="Value Label" - tooltipText="The label of the item entry which will hold your secret value. For example, if you were to sync secret 'foo: bar', the 1Password item equivalent would have an item title 'foo', and an entry on that item called 'value: bar'. The entry label 'value' is what gets changed by this option." + tooltipText="It's the label of the 1Password item field which will hold your secret value. For example, if you were to sync Infisical secret 'foo: bar', the 1Password item equivalent would have an item title of 'foo', and a field on that item 'value: bar'. The field label 'value' is what gets changed by this option." >