新文章 网摘 文章 随笔 日记

文章分类 -  Ocelot

摘要:how to solve the problem of AddStoreOcelotConfigurationInConsul doesn't work? · Issue #371 · ThreeMammals/Ocelot · GitHub 阅读全文
posted @ 2022-11-26 16:27 岭南春 阅读(12) 评论(0) 推荐(0)
摘要:zhoubohua 于2022-06-01 14:06:56 .netcore 本文案例说明环境: Windows10、 VS2019、 netcore 3.1 consul概述说明 参考官方地址:https://www.consul.io/docs Consul 是一个服务网格解决方案,提供具有服 阅读全文
posted @ 2022-11-26 09:22 岭南春 阅读(166) 评论(0) 推荐(0)
摘要:微服务(入门学习五):identityServer4+ocelot+consul实现简单客户端模式 摘要:简介 主要是采用identity Server4 和ocelot 加上consul 实现简单的客户端模式 开发准备 环境准备 下载并安装Consul具体请参考前几篇的内容 项目介绍 创建ocel 阅读全文
posted @ 2022-11-23 13:30 岭南春 阅读(31) 评论(0) 推荐(0)
摘要:https://github.com/ThreeMammals/Ocelot/issues/309 https://www.humankode.com/asp-net-core/develop-locally-with-https-self-signed-certificates-and-asp-n 阅读全文
posted @ 2022-05-31 16:15 岭南春 阅读(29) 评论(0) 推荐(0)
摘要:在 Windows、Mac OSX 和 Linux 上为 ASP.NET Core 的本地开发环境设置 HTTPS 和自签名证书的详细指南 由 Carlo van Wyk 于 2017 年 8 月 7 日出版 ASP.NET 核心, HTTPS , Linux , SSL 注意:这篇文章和 GitH 阅读全文
posted @ 2022-05-28 21:52 岭南春 阅读(3847) 评论(0) 推荐(2)
摘要:https://github.com/ZhangX-Byte/GatewayAuthentication 阅读全文
posted @ 2022-05-04 07:12 岭南春 阅读(26) 评论(0) 推荐(0)
摘要:Consul 介绍 在分布式架构中,服务治理是必须面对的问题,如果缺乏简单有效治理方案,各服务之间只能通过人肉配置的方式进行服务关系管理,当遇到服务关系变化时,就会变得极其麻烦且容易出错。 Consul 是一个用来实现分布式系统服务发现与配置的开源工具。它内置了服务注册与发现框架、分布一致性协议实现 阅读全文
posted @ 2022-05-03 19:51 岭南春 阅读(265) 评论(0) 推荐(0)
摘要:文章转自:https://blog.csdn.net/zhangshineng/article/details/114635618 使用IdentityServer4授权中心保护API服务的安全,用户只有通过服务中心获取到正确的令牌后,通过令牌访问授权应用。 1、创建一个空的webapi项目,项目创 阅读全文
posted @ 2022-05-02 19:28 岭南春 阅读(71) 评论(0) 推荐(0)
摘要:本文转载自:https://blog.csdn.net/zhangshineng/article/details/114372050 环境准备 为了查看效果,新建三个WebApi项目,Api.Catalog、Api.Ordering、ApiGateway.Ocelot。 Ocelot 1、给ApiG 阅读全文
posted @ 2022-05-02 16:32 岭南春 阅读(133) 评论(0) 推荐(0)