Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
IvoryNomad
26 days agoNew Contributor
Announcing op-python and ivorynomad.onepassword
I've created a python module intended to ease use of 1password CLI in CI/CD and IaC environments. https://pypi.org/project/op-python/ I've also created an ansible lookup plugin which leverages ...
1P_Phil
Moderator
21 days agoHey IvoryNomad -
Congratulations on creating and publishing your packages! We always love to hear how people are using the tools to create new and thoughtful implementations.
Could you share your thought processes behind creating these and the 1Password tools / SDKs didn't quite fit your unique niche?
Thanks again!
Phil & the 1Password team!
IvoryNomad
16 days agoNew Contributor
Hi Phil!
To be honest, I was not aware the 1Password SDK even existed until a few weeks ago. Probably my fault, though I did go looking for solutions before I rolled my own.
I rolled my own because I needed a way to retrieve secrets from vaults for my ansible playbooks. To make that happen I wrote the python module.
Looking at the SDK, it probably does what I need. I've heard there's also some official ansible plugin, but I've not had a chance to look at that yet.
Best regards,
I