OryKeto——Google全球一致性权限管理系统开源实现
部署
-
从Github下载项目
项目地址:链接
当然也可以直接git clone https://github.com/ory/keto.git
-
使用docker启动项目
没有Docker的请自行安装
docker-compose up # 前台启动,Ctrl C终止 docker-compose up -d # 后台启动,使用Docker命令停止
- 检测服务是否正常启动
curl http://localhost:4466/version # 结果为{"version":"****"}
Keto使用4466端口为查询接口服务,4467端口为写入接口服务
-
REST API文档如下
https://www.ory.sh/docs/keto/reference/rest-api -
官方重要演示Demo链接(包括gRPC的Demo)
https://github.com/ory/keto/tree/master/contrib
本文作者:Jikefan
本文链接:https://www.cnblogs.com/jikefan/articles/18204105
版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。