You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building some developer tools and I'd like to push users to stop putting their local config overrides in .env files, and instead move those into 1password. To make the DX match what we currently get with using local files, I need to be able to trigger an application restart when config changes.
To accomplish this, I'd like to be able to subscribe for changes on specific items. This is not a webhook, but a short-lived subscription that is only active while my sdk instance is active. I do not need to receive the new value, only a message that it has changed and potentially some more metadata about what exactly has changed (fields, etc).
Requirements and desired behavior
As we allow users to wire up config using ids or secret references, ideally I could listen for updates using either method.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Use Case
I'm building some developer tools and I'd like to push users to stop putting their local config overrides in .env files, and instead move those into 1password. To make the DX match what we currently get with using local files, I need to be able to trigger an application restart when config changes.
To accomplish this, I'd like to be able to subscribe for changes on specific items. This is not a webhook, but a short-lived subscription that is only active while my sdk instance is active. I do not need to receive the new value, only a message that it has changed and potentially some more metadata about what exactly has changed (fields, etc).
Requirements and desired behavior
As we allow users to wire up config using ids or secret references, ideally I could listen for updates using either method.
Additional information
No response
The text was updated successfully, but these errors were encountered: