Replies: 1 comment 1 reply
-
@vinckr Could you please have a look? I asked it couple months ago and found a workaround already but still it's not ideal and I'm open for any improvements in that matter. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Technically it could be possible to use eg. X-User header containing all of the user profile info as JSON (just like it's being stored in metadata_public in Kratos) instead of passing each value in a separate header which might be hard to maintain. Currently if I use limited
print
orprintf "%s"
func on a nested object (in oathkeeper config), it is being serialized to Go map (as a string) which kinda works (i can see the values) but can't make it JSON formatted. So I was wondering - would you be open for such a possibility? If this kind of feature is not in your backlog I could possibly make a contribution.Beta Was this translation helpful? Give feedback.
All reactions