-
Notifications
You must be signed in to change notification settings - Fork 970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update quickstart configuration to current version, enable 2FA #2828
Conversation
Hi @jonas-jonas |
4215aa0
to
6ce9185
Compare
Codecov Report
@@ Coverage Diff @@
## master #2828 +/- ##
=======================================
Coverage 75.89% 75.89%
=======================================
Files 302 302
Lines 17824 17824
=======================================
Hits 13528 13528
Misses 3259 3259
Partials 1037 1037 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Hi, thanks! Yes you're right. The These keys should be added back, though, once we make another kratos release. @aeneasr PTAL aswell. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code keys are new configuration values, and they currently only work if you build the container locally.
That's why the quickstart starts with
git clone https://github.com/ory/kratos.git
cd kratos
git checkout v0.10.1
docker-compose -f quickstart.yml -f quickstart-standalone.yml up --build --force-recreate
# If you have SELinux, run:
docker-compose -f quickstart.yml -f quickstart-selinux.yml -f quickstart-standalone.yml up --build --force-recreate
so that you check out the latest release.
I suggest we keep the code setting, but we can add the other 2fa related settings 👍
b88be80
to
0c85146
Compare
Done in 0c85146 But IMHO it would be nice to link quick-start in this section https://github.com/ory/kratos#getting-started (there is a link https://www.ory.sh/docs/examples instead Kratos setup) |
@zepatrik |
@tomekpapiernik maybe it would be better to add all the quickstarts to the examples page? |
Fix quickstart configuration and enable 2FA in quickstart
Related issue(s)
Checklist
introduces a new feature.
contributing code guidelines.
vulnerability. If this pull request addresses a security vulnerability, I
confirm that I got the approval (please contact
security@ory.sh) from the maintainers to push
the changes.
works.
Further Comments
Tests and documentation checks are not relevant to this change -> unchecked.