Replies: 4 comments 3 replies
-
Hello Weston, IMHO individual headers would support maintainability - changes would apply to one concrete component. |
Beta Was this translation helpful? Give feedback.
-
I've put a PR together against parodus so that once we get the ok, we can merge it or reject it. |
Beta Was this translation helpful? Give feedback.
-
I think this affects the XMiDT servers. Should we file separate issues against |
Beta Was this translation helpful? Give feedback.
-
Thanks for the great feedback. I've merged xmidt-org/parodus#361. I'm going to update the build/make and perform a release. |
Beta Was this translation helpful? Give feedback.
-
We have some use cases where Themis needs more information than is presently being passed in the HTTP headers.
Parodus code calling Themis:
https://github.com/xmidt-org/parodus/blob/master/src/auth_token.c#L81
Parodus code building convey:
https://github.com/xmidt-org/parodus/blob/master/src/ParodusInternal.c#L36
While the convey header has the collection of this data, the pattern Themis has taken is to split the headers out into their own vs. bundling them into a single header.
Should we drop the convey (base64 encoded JSON) pattern in favor of individual headers?
Given the data I have today, I'd favor moving away from the convey header for the following reason:
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions