What's Changed
New 1Password Connect provider
This Pre-release adds support for using a 1Password Connect Server as a external secrets provider.
A 1Password Connect server is a self-hosted proxy that caches vault data locally and serves secrets over a simple HTTP API. This is useful when you are deploying frequently or have multiple instances that would otherwise hit 1Password API rate limits.
See the next version docs for setup and usage: https://doco.cd/next/External-Secrets/1Password-Connect/
Tip
For 1Password Users
For improved performance and to avoid API rate limits in high-volume deployments, consider using 1Password Connect Server instead of service account authentication (The previous 1Password provider).
1Password provider: Client-Side Caching adjustments
The optional Client-Side Caching has a new configuration option SECRET_PROVIDER_CACHE_MAX_SIZE to set the maximum number of secrets stored in cache before least-recently-used entries are evicted (default: 100)
✨ Features
Full Changelog: v0.84.0-rc.1...v0.84.0-rc.2