2018年9月1日

ory Oathkeeper Ecosystem

摘要: ory Oathkeeper 生态包含的组件 ORY Hydra is an OAuth 2.0 and OpenID Connect provider. ORY Oathkeeper is an Identity and Access Proxy. ORY Keto is an access co 阅读全文

posted @ 2018-09-01 22:16 荣锋亮 阅读(441) 评论(0) 推荐(0) 编辑

ory Oathkeeper docker-compose 安装运行

摘要: Oathkeeper 相关介绍可以参考官方文档,主要就是cloud native 身份以及访问代理 运行环境使用docker 安装(api proxy ) Dockerfile api: dockerfile-api FROM oryd/oathkeeper ENV DATABASE_URL=mem 阅读全文

posted @ 2018-09-01 18:50 荣锋亮 阅读(461) 评论(0) 推荐(0) 编辑

benthos stream nats 集成试用

摘要: 测试demo 来自官方例子 使用docker-compose 进行运行 nats docker-compose file version: '3.3' services: nats: image: nats ports: - "4222:4222" - "8222:8222" - "6222:622 阅读全文

posted @ 2018-09-01 12:07 荣锋亮 阅读(623) 评论(0) 推荐(0) 编辑

benthos 几个方便的帮助命令

摘要: benthos 的命令行帮助做的是比较方便的,基本上就是一个自包含的帮助文档 全部命令 benthos --help 查询系统支持的caches benthos -list-caches 说明 使用帮助命令对于我们使用有很大的帮助 参考资料 https://github.com/Jeffail/be 阅读全文

posted @ 2018-09-01 11:04 荣锋亮 阅读(331) 评论(0) 推荐(0) 编辑

benthos 通过配置文件配置 stream 说明

摘要: stream 模式,我们也可以通过配置文件进行配置 参考配置文件 input: type: http_server buffer: type: memory pipeline: threads: 4 processors: - type: jmespath jmespath: query: "{id 阅读全文

posted @ 2018-09-01 10:55 荣锋亮 阅读(393) 评论(0) 推荐(0) 编辑

benthos 通过rest api 配置 stream 说明

摘要: stream 模式,我们可以通过rest api 进行控制 使用方法 启动 benthos --streams 进行流的配置(rest api) curl http://localhost:4195/streams/foo -X POST --data-binary @- <<EOF input: 阅读全文

posted @ 2018-09-01 10:54 荣锋亮 阅读(309) 评论(0) 推荐(0) 编辑

benthos stream 处理工具说明

摘要: benthos 是golang 编写的流处理工具,同时也可以作为一个类库使用,当前支持的source sink 还是比较全的 (kafka rabbitmq http service s3 redis mqtt nats nsq websocket) 核心组件 包含的核心组件 inputs(输入) 阅读全文

posted @ 2018-09-01 10:29 荣锋亮 阅读(1105) 评论(0) 推荐(0) 编辑

导航