Skip to main content
June 12, 2024
Question

1password pulumi provider

  • June 12, 2024
  • 5 replies
  • 167 views

I see that 1password has made a pulumi provider at https://github.com/1Password/pulumi-onepassword

Is this considered ready for public consumption yet? We have a couple of 1000 of auto-generated passwords that I would very much like to make available in 1password rather than out own shitty security™.

However considering the importance of the data I would rather ask before accidentally getting the entire company locked out of our own production environments :D


1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser: Not Provided

5 replies

michael_c_1P
1Password Alum
June 12, 2024

Hi @Zlepper,

Yes, it's ready for public consumption!

I'd love to hear more about how you're using it (language, OS) and your experience getting setup. Feel free to post here or send me a DM.

For anyone who comes across this post, you can find the 1Password Pulumi Provider here: https://github.com/1Password/pulumi-onepassword/releases

Thanks,
Mike

August 17, 2025

Hi @michael_c_1P I've tried using the 1Password Pulumi integration which would be VERY HELPFUL to us, unfortunately there's a major issue making it unusable: it tries to recreate every items each time, even those that haven't changed

This is a big issue since we can't have a production pipeline which always ask us to confirm to rewrite ALL secrets, although nothing changed, as this would be a huge red flag (as well as a loss of time, as it takes quite a while to update secrets)

Could the team fix this please?

August 21, 2025

Basic Pulumi with 1Password integration in nodejs, trying to build a secret, there is a similar issue here: https://github.com/1Password/pulumi-onepassword/issues/62

August 17, 2025

Sorry but the 1Password Pulumi integration DOES NOT WORK, there are many issues (notably: each time we relaunch a Pulumi update, it tries recreating all secrets, those that haven't changed included, making it unusable in practice)

Check in particular this issue: https://github.com/1Password/pulumi-onepassword/issues/62