-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
Update mutators in documentation #261
Comments
Would you be open to fix that in a PR? :) |
I don't have much time atm. Might I suggest versioned documentation? |
Because the documentation covers multiple projects this is not straight forward but you can find how versioning works here:
https://www.ory.sh/docs/ecosystem/versioning
… On 24. Sep 2019, at 04:49, MichielVanderlee ***@***.***> wrote:
I don't have much time atm.
Might I suggest versioned documentation?
I realize that it's still v0 and open source, but it'd be great documentation could at least be marked 'up to date with version x' or something like that.
Yesterday I spend quite a bit of time trying to get /judge to work only to find that it's now /decisions. That documentation has been update just today.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Ah, thank you! |
I'm closing this - I'd however like to inform you that we'll be adding versioning to access rules to improve the upgrade experience: #266 |
In the documentation for access rules, the
mutator
field is singular and an object. However, the code expectsmutators
with an array of objects as value.Bonus issue:
Error message is only clear when using a json rules file, not when using yaml.
json error:
error="json: unknown field \"mutator\""
yaml error:
error="An internal server error occurred, please contact the system administrator"
The text was updated successfully, but these errors were encountered: