- OAuth2 Ory-Hydra self-hosted service
- Service-account user's account management service.
The main way to build and run a project is by using Makefiles.
Examine the contents of the Makefile file, in the root directory of the project, to understand what is going on and how.
Some files are pre-processed by envsubst to use .env.
(Change the parameters here when used in production)
- Duplicate
.env.exampleand rename to.env. Change the paths to the hydra src directory and the service-account src directory. - Change configs for service account
- Change configs for hydra
- Duplicate
.env.exampleand rename to.env. Change the paths to the hydra src directory and the service-account src directory. - Build docker images.
make k8s-kind-build- Fast create cluster, load the built local images to kind, and run.
make k8s-kind-fast- Open in browser: http://account.localhost/