Settings

Theme

Show HN: GitRails-Let agents call only the GitHub endpoints and params you allow

github.com

1 points by maxaw 24 days ago · 2 comments · 1 min read

Reader

This is a proxy over the GitHub API. The aim is to make it easy to provide untrusted agents very fine-grained access to GitHub. To test it, you can install the GitHub app, receive a principal key, and point a trusted agent at the README.md with the key and ask it to help you configure keys and permissions for untrusted agents, which can then call the proxied endpoints. It is open source and a work in progress :)

yol 24 days ago

How is this better than the traditional scoped access token from github?

  • maxawOP 22 days ago

    Thanks for commenting :) The whole point is tighter scopes. You control what parameters the agent is allowed to pass when calling endpoints. This allows things like revealing only a few folders in your repo to your agent

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection