Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subscribe for updates to items #112

Open
theoephraim opened this issue Nov 26, 2024 · 0 comments
Open

Subscribe for updates to items #112

theoephraim opened this issue Nov 26, 2024 · 0 comments

Comments

@theoephraim
Copy link

theoephraim commented Nov 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant