Ryan Yin

Results 226 comments of Ryan Yin

@panzippd 听上去你需要做的就是 transit 这个 secret engine 的功能啊,你可以看看 [transit 的官方文档](https://www.vaultproject.io/docs/secrets/transit),文档只演示了 encrypt/decrypt,但是它的 API 文档里是有列出签名跟验证的:[Sign Data - Transit Secrets Engine (API)](https://www.vaultproject.io/api-docs/secret/transit#sign-data)

@panzippd 基本上所有主流的 rsa/ecc 算法 transit 都支持,私钥由它自动生成,签名跟验证也可以直接通过它的 API 完成,不需要操心。

@chf007 可以使用 PV 在 step 之前共享数据,参见官方 example https://github.com/argoproj/argo-workflows/blob/master/examples/buildkit-template.yaml

> template 如何复用? > > 目前用下来最大的痛点一是 Pod 的创建和销毁时间是个固定的常量,相比 Jenkins 不好太好优化,二是 Pod 之间相互传资源依赖对象存储也要消耗时间,尤其前端依赖的小文件 @chf007 创建跟销毁时间,我印象中也是可以自定义的,可以找找参数

试试 utteranc.es 的效果

> 这个博客支持RSS订阅咩? @Chengnan049 首页正文上方的一排图标里,有一个就是 RSS 链接是:https://ryan4yin.space/index.xml

@liangyuanpeng 感谢提供信息,我补充在文章里~

This project use a different way to do this, you cannot flash nixos into eMMC via USB directly, please follow the README of this project to see how to flash...

> But mine is licheepi 4A BOOK, they do NOT provide a way to use SD card. Take it easy man, it's not my fault to not provide such a...

Have you tried replacing the SD card with a USB flash drive, and try to boot from it? > So can you teach me how to modifiy the NixOS iso?...