From bdaee5d55516381444faad96580d6abafbd47102 Mon Sep 17 00:00:00 2001 From: starbased-co Date: Sun, 11 May 2025 13:57:57 -0700 Subject: [PATCH 1/2] Added settable key to plugin environment variables --- plugin/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/config.json b/plugin/config.json index d83838f..85065fd 100644 --- a/plugin/config.json +++ b/plugin/config.json @@ -17,16 +17,19 @@ { "name": "OP_CONNECT_HOST", "description": "OnePassword connect host", + "settable": ["value"], "value": "http://localhost:8080" }, { "name": "OP_CONNECT_TOKEN", "description": "OnePassword connect token", + "settable": ["value"], "value": "" }, { "name": "OP_VAULT_NAME", "description": "OnePassword vault used for secrets", + "settable": ["value"], "value": "docker" } ], From b24efed5d5954970346f4ecd9a0e9c3231b8c9af Mon Sep 17 00:00:00 2001 From: starbased Date: Sun, 11 May 2025 14:09:04 -0700 Subject: [PATCH 2/2] Update config.json --- plugin/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/config.json b/plugin/config.json index 85065fd..a3dec39 100644 --- a/plugin/config.json +++ b/plugin/config.json @@ -17,19 +17,19 @@ { "name": "OP_CONNECT_HOST", "description": "OnePassword connect host", - "settable": ["value"], + "settable": ["value"], "value": "http://localhost:8080" }, { "name": "OP_CONNECT_TOKEN", "description": "OnePassword connect token", - "settable": ["value"], + "settable": ["value"], "value": "" }, { "name": "OP_VAULT_NAME", "description": "OnePassword vault used for secrets", - "settable": ["value"], + "settable": ["value"], "value": "docker" } ],