摘要
随着微服务架构的普及,API网关作为连接前端与后端服务的关键中间层,承担着访问控制、身份验证等多项安全职责。为了解决在网关层面对响应数据进行细粒度访问控制的问题,设计一种支持属性授权的API网关架构,并提出一种基于流式解析的属性授权控制策略。在网关启动阶段构建基于抽象语法树的路径匹配器,在运行阶段渐进式解析请求响应。实验证明,该方法相比现有方式未明显提升CPU负载,在内存占用和响应时间方面均有明显优势。
syntax tree during the gateway startup phase,and gradually parses request responses during the runtime phase.Experimental results show that this method does not significantly improve CPU load compared to existing methods,and has significant advantages in memory usage and response time.
作者
张礼庆
ZHANG Liqing(Shanghai Economic Information Center,Shanghai 200050,China)
出处
《现代信息科技》
2024年第11期26-30,39,共6页
Modern Information Technology
关键词
API网关
数据保护
属性授权
流式解析
API Gateway
data protection
attribute authorization
streaming parsing