Aithosa commented on issue #4722: URL: https://github.com/apache/servicecomb-java-chassis/issues/4722#issuecomment-2674136532
> `servicecomb.publicKey.accessControl.includePathPatterns和servicecomb.publicKey.accessControl.excludePathPatterns判断时用的path是从invocation.getOperationMeta().getOperationPath()里获取的。 > > /scb/management下的路径要想设置到excludePathPatterns中,如/health和/schema/contents两个都要放进去,而不能用共同的前缀/scb/management。` > > 你的意思取到的路径是 `/health` ,而不是 `/scb/management/health`, 导致不好配置? 是的,如果用共同的前缀的话会方便很多(/scb/management/*),否则都要手动添加。 或者可以考虑增加schema维度的配置? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
