We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAuth apps require repo scope to read repos. The perms on that scope are too permissive to be comfortable for users.
repo
Instead we use a GitHub app: https://docs.github.com/en/apps/creating-github-apps/about-creating-github-apps/deciding-when-to-build-a-github-app#github-apps-offer-enhanced-security
That allows users to select the perms they want.
Critical; Kurtosis is unusable for me without it.
CLI: the Command Line Interface
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background & motivation
OAuth apps require
repo
scope to read repos. The perms on that scope are too permissive to be comfortable for users.Desired behaviour
Instead we use a GitHub app: https://docs.github.com/en/apps/creating-github-apps/about-creating-github-apps/deciding-when-to-build-a-github-app#github-apps-offer-enhanced-security
That allows users to select the perms they want.
How important is this to you?
Critical; Kurtosis is unusable for me without it.
What area of the product does this pertain to?
CLI: the Command Line Interface
The text was updated successfully, but these errors were encountered: