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
如何复现?(How to reproduce?)
从APIGW调用创建文件源接口,通过Header的JWT传Username,报IAM接口数据异常。
原因:缺少RepeatableReadWriteServletRequestResponseFilter相关配置,导致EsbReqRewriteInterceptor不能正常工作,从而未将Header中的Username写入到body中,导致鉴权时缺失。
预期结果(What you expect?)
接口正常返回
The text was updated successfully, but these errors were encountered:
Version / Branch / tag
3.7.x
出了什么问题?(What Happened?)
从APIGW调用创建文件源接口报IAM接口数据异常
如何复现?(How to reproduce?)
从APIGW调用创建文件源接口,通过Header的JWT传Username,报IAM接口数据异常。
原因:缺少RepeatableReadWriteServletRequestResponseFilter相关配置,导致EsbReqRewriteInterceptor不能正常工作,从而未将Header中的Username写入到body中,导致鉴权时缺失。
预期结果(What you expect?)
接口正常返回
The text was updated successfully, but these errors were encountered: