码迷,mamicode.com
首页 >  
搜索关键字:gitlab two-factor authentication 2fa    ( 3882个结果
gitlab迁移
gitlab迁移共分三大步骤:1. gitlab服务的安装;2. 旧数据的备份;3. 导入备份数据
分类:其他好文   时间:2020-10-07 20:47:06    阅读次数:23
Jinkens+gitlab针对k8s集群实现CI/CD
环境如下//前三个为K8s集群中的节点主机名IP运行服务docker-k8s01192.168.171.151docker+registrydocker-k8s02192.168.171.150dockerdocker-k8s03192.168.171.152dockerJenkins192.168.171.153Jenkins+gitlab+dockerJenkins采用war包的方式部署,需要
分类:其他好文   时间:2020-09-18 12:16:13    阅读次数:36
大揭秘| 我司项目组Gitlab Flow && DevOps流程
长话短说,本文全景呈现我司项目组gitlab flow && devops Git Flow定义了一个项目发布的分支模型,为管理具有预定发布周期的大型项目提供了一个健壮的框架。 DevOps 强调的是团队通过自动化的工具协作和高效地沟通来完成软件的生命周期管理,从而更快、更频繁地交付更稳定的软件。开 ...
分类:其他好文   时间:2020-09-18 02:35:11    阅读次数:27
jmeter-2-ant+jenkins持续集成测试
前言 本篇将让你会了解到:jmeter + ant + jenkins 三者结合会达到如何的效果呢?没错就是持续集成流水线了; 一、必备环境 1、jdk 2、jmeter 3、ant 4、jenkins 5、git 或 gitlab 或无代码托管(build.xml、jmx、等样式代码) 以上必备环 ...
分类:其他好文   时间:2020-09-17 23:58:37    阅读次数:42
一个MySQL 8 MGR的用户密码问题
Plugin group_replication reported;Authentication plugin ‘caching_sha2_password‘ reported error: Authentication requires secure connection. Error_code: MY-002061
分类:数据库   时间:2020-09-17 22:46:40    阅读次数:36
docker搭建gitlab服务
拉取镜像 docker pull gitlab/gitlab-ce 容器搭建 docker run -d -p 8000:80 -p 4430:443 -p 222:22 --name gitlab --restart always -v /home/gitlab/config:/etc/gitla ...
分类:其他好文   时间:2020-09-17 21:36:18    阅读次数:33
drone +gitlab使用
部署gitlab 部署drone # ip:xxxxxxxx ci-build ### docker-compose.yml #测试成功,附带mysql version: "2.1" services: drone-server: image: drone/drone:1 ports: - 443: ...
分类:其他好文   时间:2020-09-17 19:26:43    阅读次数:26
SpringSecurity中的Authentication信息与登录流程
本篇文章参考于【江南一点雨】的公众号。 Authentication 使用SpringSecurity可以在任何地方注入Authentication进而获取到当前登录的用户信息,可谓十分强大。 在Authenticaiton的继承体系中,实现类UsernamePasswordAuthenticati ...
分类:编程语言   时间:2020-09-17 19:09:19    阅读次数:37
mysql Authentication plugin 'caching_sha2_password' cannot be loaded
很多用户在使用Navicat Premium 12连接MySQL数据库时会出现 Authentication plugin 'caching_sha2_password' cannot be loaded 出现这个原因是mysql8 之前的版本中加密规则是mysql_native_password, ...
分类:数据库   时间:2020-09-17 19:00:52    阅读次数:42
简单用法
搭建gitlab清华的软件库下载:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/安装依赖软件yum-yinstallpolicycoreutilsopenssh-serveropenssh-clientspostfix2.设置postfix开机自启,并启动,postfix支持gitlab发信功能systemctlenablepostf
分类:其他好文   时间:2020-09-17 18:00:29    阅读次数:29
3882条   上一页 1 ... 11 12 13 14 15 ... 389 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!