Hey, I'm just getting started with exploring krato...
# talk-kratos
m
Hey, I'm just getting started with exploring kratos as the identity provider for a new service and I'm kind of confused on getting started with it. My goal is to get the API running in docker with a minimal config that will allow me to start tinkering with the APIs for creating users. The first thing I found was there doesn't seem to be any good documentation for configuring kratos, are you aware of any? I found this page first but its just a big dump of all configuration options (including deprecated options): https://www.ory.sh/docs/kratos/reference/configuration That doc does say to check out the quickstarts, but if I go to those: The config in: https://github.com/ory/kratos/blob/master/contrib/quickstart/kratos/cloud/kratos.yml uses
version: v0.8.0-alpha.3
but the config in https://github.com/ory/kratos/tree/master/contrib/quickstart/kratos/email-password uses
version: v0.7.1-alpha.1
. Where do I find current version and its options? I find this file: https://github.com/ory/kratos/blob/master/.schema/version.schema.json Which seems to mean that I should be using
version: v0.10.1
?