set up commit

This commit is contained in:
David Young
2026-05-25 08:53:39 -06:00
parent 43685dd951
commit 76f4be84b8
152 changed files with 3851 additions and 15626 deletions

View File

@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -22,12 +22,12 @@
</script>
<meta property="og:site_name" content="David Young">
<meta property="og:site_name" content="Orbit Factor">
<meta property="og:type" content="article">
<meta property="og:image" content="https://davidpaulyoung.com//img/2018-05-23-service_2_service_auth/background.jpg">
<meta property="twitter:image" content="https://davidpaulyoung.com//img/2018-05-23-service_2_service_auth/background.jpg" />
<meta property="og:image" content="http://localhost:1313//img/2018-05-23-service_2_service_auth/background.jpg">
<meta property="twitter:image" content="http://localhost:1313//img/2018-05-23-service_2_service_auth/background.jpg" />
@@ -42,7 +42,7 @@
<meta property="twitter:description" content="除来自用户的访问请求以外,微服务应用中的各个微服务相互之间还有大量的访问,根据应用系统数据敏感程度不同,对于系统内微服务的访问也需要进行相应的安全控制。" />
<meta property="og:url" content="https://davidpaulyoung.com/2018/05/23/service_2_service_auth/" />
<meta property="og:url" content="http://localhost:1313/2018/05/23/service_2_service_auth/" />
<meta property="twitter:card" content="summary" />
@@ -110,7 +110,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">David Young</a>
<a class="navbar-brand" href="/">Orbit Factor</a>
</div>
@@ -352,7 +352,7 @@
<div class="zs-modal-box">
<div class="zs-modal-head">
<button type="button" class="close">×</button>
<span class="author"><a href="https://davidpaulyoung.com/"><img src="/img/favicon.png" />David Young</a></span>
<span class="author"><a href="http://localhost:1313/"><img src="/img/favicon.png" />Orbit Factor</a></span>
<p class="tip"><i></i><span>真诚赞赏,手留余香</span></p>
@@ -414,7 +414,7 @@
<script>
Artalk.init({
el: '#Comments',
pageKey: 'https:\/\/davidpaulyoung.com\/2018\/05\/23\/service_2_service_auth\/',
pageKey: 'http:\/\/localhost:1313\/2018\/05\/23\/service_2_service_auth\/',
pageTitle: '微服务安全沉思录之二',
server: 'https:\/\/xxx.xxx.com',
site: 'xxx blog',
@@ -523,16 +523,6 @@
<section>
<hr>
<h5>FRIENDS</h5>
<ul class="list-inline">
<li><a target="_blank" href="https://zhaozhihan.com">Linda的博客</a></li>
</ul>
</section>
</div>
</div>
</div>
@@ -548,7 +538,7 @@
<ul class="list-inline text-center">
<li>
<a href="mailto:youremail@gmail.com">
<a href="mailto:david@young.computer">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-envelope fa-stack-1x fa-inverse"></i>
@@ -556,6 +546,15 @@
</a>
</li>
<li>
<a href="x.com/davidpaulyoung">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
@@ -563,47 +562,11 @@
<li>
<a target="_blank" href="/your%20wechat%20qr%20code%20image">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-weixin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/yourgithub">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a target="_blank" href="https://www.linkedin.com/in/yourlinkedinid">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a target="_blank" href="https://stackoverflow.com/users/yourstackoverflowid">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-stack-overflow fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
@@ -614,7 +577,7 @@
<li>
<a href='' rel="alternate" type="application/rss+xml" title="David Young" >
<a href='' rel="alternate" type="application/rss+xml" title="Orbit Factor" >
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-rss fa-stack-1x fa-inverse"></i>
@@ -624,7 +587,7 @@
</ul>
<p class="copyright text-muted">
Copyright &copy; David Young 2026
Copyright &copy; Orbit Factor 2026
<br>
<a href="https://themes.gohugo.io/hugo-theme-cleanwhite">CleanWhite Hugo Theme</a> by <a href="https://zhaohuabing.com">Huabing</a> |