-
Notifications
You must be signed in to change notification settings - Fork 13
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
A way to create vaults #36
Comments
Hi @demon, thank you for your feedback! Can you describe your use-case around creating vaults and why this would be a game changer for automation? |
At I've got Pulumi shelling out to |
Thanks for your feedback @demon and explaining your use-case in more depth. We are currently in the process of prioritizing vault CRUD in our roadmap for this year, so please keep an eye out for that! Can you describe your current automation process and how you would like to implement the creation of vaults and Connect servers? |
Just to add to this. It's absolutely imperative for us to be able to programmatically create Vaults. We're an MSP and would like to use 1Password to store a Vault per customer but we've got 1000+ supported customers. |
Hi @simonbaker-tio, Thank you for sharing your feedback and for your interest from the MSP perspective. We’d love to dive deeper into your specific use case as we may already have tools that could support you. Please reach out to us at [email protected], and we’ll ensure you’re connected with the right team at 1Password. Looking forward to hearing from you! |
Hi @sadiaazmal, any updates regarding this enhancement? Thank you! |
Thank you for reaching out and sharing your feedback on programmatically creating and managing vaults, including updating vault access and permissions. We recognize how impactful this functionality would be, and it’s something we’re actively considering as we balance priorities across our roadmap. To better understand your needs, could you share more details about your specific use case and the value this feature would provide? Additionally, do you have a preferred authentication method for managing vaults and permissions? Your insights will help us shape the feature to meet your needs effectively. |
Hi @sadiaazmal, Ideally we would like to integrate 1Password's Python SDK with our application's backend to achieve the following:
All of these operations are possible from the CLI ( Thank you! |
@MarioBartolome Thank you for providing more details about your use case, this insight is invaluable as we shape our 2025 roadmap. We'll keep your input in mind as we refine our plans, please let me know if you have any additional thoughts or requirements. |
Is there any way we can expose this to the user? There isn't currently any mechanism to automate vault creation, short of scripting something around
op vault
. Exposing this in the SDK would be a game changer for automation.The text was updated successfully, but these errors were encountered: