码迷,mamicode.com
首页 >  
搜索关键字:gitlab two-factor authentication 2fa    ( 3882个结果
2.gitlab-ci 集成gitlab-runner 实现自动化部署
1.添加官方的GitLab存储库 1 curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" | sudo bash 2.安装 1 export GITLAB_RUNN ...
分类:其他好文   时间:2021-06-02 10:56:12    阅读次数:0
shiro的使用
知识: 英语单词 Authentication 认证 Authorization 授权 principal 首要的,本金,校长 shiro三大对象 Subject 用户 SecurityManager 管理用户 Reaim 连接用户 使用步骤 导入依赖 <dependency> <groupId>o ...
分类:其他好文   时间:2021-06-02 10:40:25    阅读次数:0
gitlab 403 forbidden 报错解决
可能是多次密码错误之类的,触发了gitlab的防爆破,解决办法是删除redis里面的相关数据/opt/gitlab/embedded/bin/redis-cli -s /var/opt/gitlab/redis/redis.socket keys '*' | grep 'rack::attack' ...
分类:其他好文   时间:2021-05-25 18:42:43    阅读次数:0
.Net 5 调用 HttpContext.SignInAsync 报错 Microsoft.AspNetCore.Authentication.AuthenticationService.ChallengeAsync(HttpContext context, string scheme, AuthenticationProperties properties) 解决
An unhandled exception occurred while processing the request. InvalidOperationException: No authenticationScheme was specified, and there was no Defau ...
分类:Web程序   时间:2021-05-24 16:10:46    阅读次数:0
Xshell 无法连接腾讯云服务器 No supported authentication methods available
主要有两个问题: 1.未打开密码登录方式 输入 vi /etc/ssh/sshd_config 找到 PasswordAuthentication 设置为 yes。 记得重启ssh:输入 systemctl restart sshd 2. 没有创建对应的用户 腾讯云默认的用户是lighthouse, ...
分类:系统相关   时间:2021-05-24 08:11:48    阅读次数:0
你知道思科WLC的RADIUS认证服务器被标记为*是什么意思吗?
Radius authentication servers with Star mark (*) in cisco wlc *星号表示服务器和WLC正在互相交互信息。 它不仅表示WLC到RADIUS可达。 这不仅是ping操作,而且它们实际上是在RADIUS端口上进行通信,或者在该端口上进行了某些通 ...
分类:其他好文   时间:2021-05-24 08:09:21    阅读次数:0
解决linux 下gitlab 地址和项目地址不一致问题
1)登陆搭建gitlab的服务器 cd /opt/gitlab/embedded/service/gitlab-rails/config vim gitlab.yml 2) gitlab-ctl restart ...
分类:系统相关   时间:2021-05-24 08:07:40    阅读次数:0
数据库基本命令行
数据库基本命令行 mysql -uroot -p123456 -- 连接数据库 update mysql .user set authentication_string=password('123456')where user='root' and Host = 'localhost'; -- 修改 ...
分类:数据库   时间:2021-05-24 07:46:41    阅读次数:0
1251-Client does not support authentication protocol requested by server
报错: Naticat11.1.13版本连接mysql8.0遇到报错: 1251-Client does not support authentication protocol requested by server 原因: 使用MySQL客户端Navicat连接数据库MySQL8.0,MySQL8 ...
分类:其他好文   时间:2021-05-24 06:32:38    阅读次数:0
Dockerfile+Jenkinsfile+GitLab轻松实现.NetCore程序的CI&CD
一.相关介绍 Dockerfile:关于Dockerfile的使用说明,我在文章《 让.NetCore程序跑在任何有docker的地方》中有说到,这里不在赘述,需要的可以先看下,本文主要介绍Jenkinsfile结合dockerfile配合使用,自动构建.NetCore应用程序。 Jenkinsfi ...
分类:Web程序   时间:2021-05-24 05:47:06    阅读次数:0
3882条   上一页 1 2 3 4 5 ... 389 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!