Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 从APIGW调用创建文件源接口报IAM接口数据异常 #2331

Closed
jsonwan opened this issue Aug 11, 2023 · 0 comments
Closed

fix: 从APIGW调用创建文件源接口报IAM接口数据异常 #2331

jsonwan opened this issue Aug 11, 2023 · 0 comments
Assignees
Labels
done 已上线到正式环境并验收通过 kind/bug 程序故障Bug,漏洞

Comments

@jsonwan
Copy link
Collaborator

jsonwan commented Aug 11, 2023

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?)
接口正常返回

@jsonwan jsonwan added kind/bug 程序故障Bug,漏洞 backlog 需求初始状态,等待产品进行评估 todo 进入开发排期的状态,纳入了最近的迭代 labels Aug 11, 2023
@jsonwan jsonwan self-assigned this Aug 11, 2023
jsonwan added a commit to jsonwan/bk-job that referenced this issue Aug 11, 2023
jsonwan added a commit that referenced this issue Aug 11, 2023
fix: 从APIGW调用创建文件源接口报IAM接口数据异常 #2331
@bkjob-bot bkjob-bot added done 已上线到正式环境并验收通过 and removed backlog 需求初始状态,等待产品进行评估 todo 进入开发排期的状态,纳入了最近的迭代 labels Aug 11, 2023
@bkjob-bot bkjob-bot added for test 可以在测试环境进行验收 and removed for test 可以在测试环境进行验收 labels Aug 11, 2023
@jsonwan jsonwan added the tested 已经在测试环境测试通过 label Aug 14, 2023
@bkjob-bot bkjob-bot added for gray 可以在灰度环境/预发布环境验收 and removed tested 已经在测试环境测试通过 labels Aug 14, 2023
@bkjob-bot bkjob-bot removed the for gray 可以在灰度环境/预发布环境验收 label Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done 已上线到正式环境并验收通过 kind/bug 程序故障Bug,漏洞
Projects
None yet
Development

No branches or pull requests

2 participants