Hi. Looking for some inspiration to manage clients...
# ory-selfhosting
q
Hi. Looking for some inspiration to manage clients with self-hosted Hydra. My current setup uses a custom docker image that has a script that creates a client if it does not exist. But I'd think there would be a better way to manage clients that you own. How do you guys manage your OAuth2 clients?
l
Take a look at hydra maester if you are running on k8s you can use its CRD
q
Unfortunately I’m not running it on k8s. I’m using AWS ECS Fargate
d
we built an API (that does our necessary user authentication) to wrap the Hydra admin endpoints for creating, listing, deleting
and have a UI built into our frontend