Hi all, I am evaluating Ory for use as a customer ...
# ory-network
b
Hi all, I am evaluating Ory for use as a customer login system. One of the use cases we’re interested in is the ability to set up/configure Ory with an IaC tool like terraform/pulumi. Is this something that’s already available, or is it on the roadmap? I’ve seen there’s a terraform provider for Ory Hydra, but I don’t know if that works with Ory Network Thanks!
h
We are soon going to make it possible to configure workspace API keys which can be used to manage projects. This is the foundation for enabling things like IaC / terraform. For the time being you can use the ory cli to automate configuring Ory 🙂
b
Ah that’s great, thanks. Is there a way to automate the ory cli? I found an action on github but it uses
expect
which is error prone and kinda scary 😄
h
Hm, you can use it like any shell script I guess?