You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we produce incoming permissions logs as a JSON, which is prepared in a non-reliable way. If particular characters (for example ") will be present in x-service-name header, the result JSON will be invalid.
To consider:
Fetch serviceName from client certificate SAN URI, instead of a header.
Change log format to something simpler than JSON, for example "every field in a new line"
Currently we produce incoming permissions logs as a JSON, which is prepared in a non-reliable way. If particular characters (for example
"
) will be present inx-service-name
header, the result JSON will be invalid.To consider:
More information: #152 (comment)
The text was updated successfully, but these errors were encountered: