diff --git a/plugin/config.json b/plugin/config.json index d83838f..a3dec39 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" } ],