mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
greptile review fixes
This commit is contained in:
@@ -19,7 +19,7 @@ Infisical supports the use of [Service Accounts](https://developer.1password.com
|
||||

|
||||
</Step>
|
||||
<Step title="Configure Connect Server">
|
||||
1. Input a name for you Connect Server
|
||||
1. Input a name for your Connect Server
|
||||
2. Click "Choose Vaults" and select the vaults you want to connect
|
||||
3. For each selected vault, click **Edit Access** and **Enable All**
|
||||
4. Click "Add Environment"
|
||||
@@ -89,7 +89,7 @@ Infisical supports the use of [Service Accounts](https://developer.1password.com
|
||||
--header 'Content-Type: application/json' \
|
||||
--data '{
|
||||
"name": "my-1password-connection",
|
||||
"method": "access-key",
|
||||
"method": "api-token",
|
||||
"credentials": {
|
||||
"instanceUrl": "https://1pass.example.com",
|
||||
"apiToken": "[PRIVATE TOKEN]"
|
||||
|
||||
@@ -93,7 +93,7 @@ description: "Learn how to configure a 1Password Sync for Infisical."
|
||||
"syncOptions": {
|
||||
"initialSyncBehavior": "overwrite-destination"
|
||||
},
|
||||
"destinationConfig":
|
||||
"destinationConfig": {
|
||||
"vaultId": "..."
|
||||
}
|
||||
}'
|
||||
|
||||
Reference in New Issue
Block a user