1、安全 3A 资源分派:Authentication:认证 Authorization:授权 Accouting|Audition:审计 2、令牌(token):用户一登录成功系统分配令牌 token,用户凭借该令牌访问该令牌可以访问的文件,用户想要得到最新的令牌必须重新登录 3、Linux 用户 ...
分类:
系统相关 时间:
2020-02-27 12:58:53
阅读次数:
96
一、shiro基础概念 Authentication:身份认证 / 登录,验证用户是不是拥有相应的身份; Authorization:授权,即权限验证,验证某个已认证的用户是否拥有某个权限;即判断用户是否能做事情,常见的如:验证某个用户是否拥有某个角色。或者细粒度的验证某个用户对某个资源是否具有某个 ...
分类:
其他好文 时间:
2020-02-24 18:36:09
阅读次数:
69
asp.net zero给服务配置权限的步骤: + 定义权限标识符 SIS.Core层 Authorization/AppPermissions.cs + 创建权限 SIS.Core层 Authorization/AppAuthorizationProvider.cs + 菜单权限配置 SIS.We ...
分类:
Web程序 时间:
2020-02-24 12:42:38
阅读次数:
72
Tomcat顶层结构 Server:服务器的意思,代表整个tomcat服务 器,一个tomcat只有一个Server; Service:Server中的一个逻辑功能层, 一个 Server可以包含多个Service; Connector:称作连接器,是Service的核心组 件之一,一个Servic ...
分类:
其他好文 时间:
2020-02-24 00:24:31
阅读次数:
86
原文 https://www.cnblogs.com/yxy-linux/p/8327818.html 关闭 NetworkManager 服务 systemctl stop NetworkManager.service systemctl disable NetworkManager.servic ...
分类:
其他好文 时间:
2020-02-21 18:14:36
阅读次数:
96
本文翻译自 https://www.tigera.io/blog/running-istio-on-kubernetes-in-production-part-i/,作者 Alexander Lukyanchenko,发表于2019年5月。 什么是Istio? Istio是一种服务网格(servic ...
分类:
Web程序 时间:
2020-02-14 18:59:41
阅读次数:
96
安装 Microsoft.AspNetCore.Mvc.Newtonsoft 包 在startup.cs中添加 public void ConfigureServices(IServiceCollection services) { services.AddControllers(); servic ...
分类:
Web程序 时间:
2020-02-09 16:40:42
阅读次数:
135
CRM status management framework supports the authorization concept as below. Customer can choose that only specific user group (with dedicated PFCG ro ...
分类:
其他好文 时间:
2020-02-08 19:23:11
阅读次数:
107
git clone 指定分支 拉代码 1.git clone 不指定分支 git clone http://10.1.1.11/service/tmall-service.git 2.git clone 指定分支 git clone -b dev_jk http://10.1.1.11/servic ...
分类:
其他好文 时间:
2020-02-08 00:50:02
阅读次数:
264
1 获取api命令 [注:以下命令的url地址http://127.0.0.1/为k8s master的地址] kubectl api versions 输出内容如下: apps/v1beta1 authentication.k8s.io/v1beta1 authorization.k8s.io/v ...