请问https和手动挡有什么区别?#1552
与准驾车型不符
#253 (comment)
我认为https从使用角度,将秘钥存在客户端是不安全的(这是我不能接受的)。从使用习惯,这是在倒退。
The access token can be used for Git clients, registries, pipelines, and robots. Fill in the password with the token to complete the authentication.
而且用户名都是:cnb(我咋听着,吹牛逼)
这么多场景,能不能分开。
手自一体
1、git 存储 token 的方式很多,不仅仅是 store。可以选 跟随系统的凭据管理,cache ,store, .netrc, 乃至于 config 等
2、ssh 私钥 放置在 .ssh 和 git 的 sotre或者.netrc 是等价的。
3、凭据权限点你可以自己控制,你想多个凭据,那就分别配置不同权限点即可。
另外, .ssh 并不能解决你所提到的本地电脑被扫可能引起的安全问题。
你说的对。 我理解一个是主动,一个是被动。就好比,你把你的银行卡密码告诉我,我帮你充个会员。另外,就是我把我银行卡号给你,你把充会员的钱转给我。
cnb+token 怎么确保每个用户数据安全,数据会不会冲突。
token场景,自动化的那些场景,可以使用密码。本地客户端开发,可不可以使用SSH。
ssh 认证不打算支持,主要的考虑如下:
请出示你的驾驶证
这个特性将解决什么问题?
与准驾车型不符
#253 (comment)
我认为https从使用角度,将秘钥存在客户端是不安全的(这是我不能接受的)。从使用习惯,这是在倒退。
The access token can be used for Git clients, registries, pipelines, and robots. Fill in the password with the token to complete the authentication.
而且用户名都是:cnb(我咋听着,吹牛逼)
这么多场景,能不能分开。
设想的解决方案?如有
手自一体