-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Integrate 1Password SDKs to support authentication via service account #3655
Copy link
Copy link
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Is your feature request related to a problem? Please describe.
1Password recently released SDKs that support reading and writing secrets directly from 1Password without the need for a Connect server. This simplifies the integration process and reduces the dependency on additional infrastructure.
Describe the solution you'd like
Extend the 1Password integration to support the new 1Password SDKs. This would allow users to:
- Load secrets directly from 1Password without the need for hosting a Connect server.
- Retrieve, create, edit, and delete items in 1Password vaults.
- Authenticate using 1Password service accounts
Describe alternatives you've considered
Continuing to use the 1Password Connect server for integration, which requires additional setup and maintenance.
Additional context
The 1Password SDKs are currently in beta. Documentation can be found here: https://developer.1password.com/docs/sdks/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.