Aditya Sirish
Aditya Sirish
Thanks for clarifying! We haven't had a chance yet to look at where @lukpueh ran into trouble, so I'll leave this open for now. We should also fast track better...
> A quick fix for both problems described here would be to replace ssh-keygen with openssl in the snippet, which seems to generate keys that work on Mac and linux...
Maybe for the short term, we should just update the guide to use RSA keys?
Thanks, everyone!
I'm taking a closer look at Allstar, to understand how the two projects can complement each other. Thanks for pointing me to this!
Hi @chasen-bettinger! We've currently listed it for GSoC. Do you plan to apply through GSoC or pick it up directly? (Either is fine)
Gotcha! Feel free to jump on the CNCF slack (#in-toto, #in-toto-python) if you have any questions.
Have you taken a look at https://github.com/in-toto/in-toto/pull/570? Also cc @marcelamelara
I think there are a couple things going on here. 1) Do you see `gittuf policy remote push` as a subcommand? That should address the first part about the remote...
Ran into this with `gittuf rsl remote push ...` in a github action with `contents: write`. Switching to `git push origin ...` worked. We have two options: a) we can...