-
I was wondering how to integrate Ideal usage
Benefits
Possible problems:
Most of this implementation would have to be on the repo server side, but how far is the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @LecrisUT I have been meaning to follow up on this. I think a Gitea workflow is a great idea, and if you're able to get it working we'd love to be able to share it in a blog post or tutorial about it.
Not sure if you saw this, but in our blog post about SSH certificate templates, I have an example that uses step-ca SSH certificate templates to support this flow in GitHub (it requires a GitHub enterprise account, though). Point is, you can customize the SSH certificate fields to meet your needs. And you can pass custom claims from the OIDC token into the certificate, if that's helpful. |
Beta Was this translation helpful? Give feedback.
Hi @LecrisUT I have been meaning to follow up on this. I think a Gitea workflow is a great idea, and if you're able to get it working we'd love to be able to share it in a blog post or tutorial about it.
step ssh
will issue standard SSH certificates derived from the OIDC token. So, if that's something Gitea supports then you should have a good flow here.Not sure if you saw this, but in our blog post about SSH certificate templates, I have an example that uses step-ca SSH certificate templates to support this flow in GitHub (it requires a GitHub enterprise account, though). Point is, you can customize the SSH certificate fields to meet your needs. And you can pass custom claims from the O…