Hi, for profile updates, does the settings flow ex...
# talk-kratos
b
Hi, for profile updates, does the settings flow expect all traits in the identity to be present or only the changed fields? What if we have some traits that shouldn't be changed by users (hence we don't want to include it in the form), if the post expects all fields it'll cause some issues if they are set to null by default.
f
all the traits should be included despite what the user want to change
b
Is there a way to set something unique to a user that is admin only? (I.e. users shouldn't ever be able to change it), such as tiers of users etc
f
I think no because is not in the purpose of kratos. Kratos is just for authentication if you want add permissions/role stuffs take a look to ory keto that take care of authorization part in the ory ecosystem.
b
Thanks
f
you’re welcome