Guide on using Rauthy as headless mode or with CLI #841
Replies: 2 comments 7 replies
-
Rauthy has no CLI / headless mode. It has the complete API available and you could manage it via only direct API calls (with an API key with proper access rights), but there is no CLI interface at all. If you would want to manage it via the terminal only, you would need to use A complete CLI interface could be created, because all the types and stuff do exist already, but that would be a huge amount of work. I thought about a CLI tool for generating all necessary files for a deployment, which could take care of generating all configs, secrets, and so on, but never planned a full API CLI interface so far. If you don't want the UI and instead a CLI interface only, have you taken a look at kanidm? It takes exactly that approach and afaik does not even come with an admin UI, but CLI only. |
Beta Was this translation helpful? Give feedback.
-
I took some time to review both |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Rauthy currently includes a default admin interface, which is great for getting started. However, for production use cases, we should provide a guide on how to run Rauthy in headless mode or via the CLI — that is, using just the server without the frontend.
Beta Was this translation helpful? Give feedback.
All reactions