03 2017 档案

摘要:Nexus Repository OSS 支持的仓库类型 安装方法(使用docker) 命令: sudo docker run -d \ --name nexus3 \ --restart=always \ -p 8088:8088 \ -p 8081:8081 \ -p 5000:5000 \ - 阅读全文
posted @ 2017-03-02 20:04 咖啡@Home 阅读(4319) 评论(0) 推荐(0)
摘要:1.Nuget仓库 使用NuGetPackageExplorer打包制作自己的nupkg https://github.com/NuGetPackageExplorer/NuGetPackageExplorer 选择Create 点击编辑按钮,根据实际填写 左边部分,可以录入一些包中的基础信息,包括 阅读全文
posted @ 2017-03-02 15:56 咖啡@Home 阅读(1819) 评论(0) 推荐(1)
摘要:目前根据业务需要先介绍2种认证插件:Key Authentication 及 HMAC-SHA1 认证 Key Authentication 向API添加密钥身份验证(也称为API密钥)。 然后,消费者可以在 querystring 参数或 Header 头中添加其密钥,以验证其请求。 进入之前部署 阅读全文
posted @ 2017-03-01 16:21 咖啡@Home 阅读(9269) 评论(2) 推荐(0)
摘要:进入之前部署好的kong-ui,默认第一次登陆需要配置kong服务的地址 进入API菜单,点击+号 按照要求填入相关信息 至此完成,可以使用诸如 https://your.domain.com:20802/CommonOpenAPI/HMAC_SHA1EncodeRequest?Text=x-dat 阅读全文
posted @ 2017-03-01 15:37 咖啡@Home 阅读(3554) 评论(0) 推荐(0)