Make access control for Authorized GitHub and OAuth Apps more detailed #15733
Replies: 2 comments
-
|
Seconded,
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Seconded,
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Context
Example - I want to use Streamlit (an Authorized OAuth App) to automatically deploy a webpage using (excellent) Streamlit share option.
The source code of the app is located in a public repo, but Streamlit requires also access to private repos.
How it's now
I have only binary decision: I can either decide to authorize the OAuth app or decline.
How it could be
I can decide exactly what permissions I grant (here I know I that Streamlit will not need any access to private repos).
Value added
Such a feature could substantially limit the scope of attacks like this.
Beta Was this translation helpful? Give feedback.
All reactions