You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The restricted access works fine, I'm able to login (as I'm part of the org/team) and everything looks good (OAuth flow works).
When I try to login to the GitHub App from Octobox, the authorization flow itself also works (the App is shown as an authorized App in my GitHub settings), but I get a red banner saying Access denied. (it seems the org/team check fails here) and the settings page still shows the button to login to the GitHub App.
When I disable restricted access again, logging in to the GitHub App still works fine, though I don't get the red banner and the settings page reflect the login accordingly.
🎯 Goal
Enable to run Octobox as a GitHub App and simultaneously restrict access to a given org/team.
The text was updated successfully, but these errors were encountered:
Sounds like a bug, I've not heard of anyone using the restrict access feature whilst running octobox as a github app before (i've not done it myself either)
Thanks @andrew for your reply!
Is it then still a valid usecase to run Octobox as a GitHub App and still restrict access? Or am I heading in a wrong direction?
Are you experiencing this issue in octobox.io or your own instance?
🐞 Problem
I've set up an own Octobox instance, restricted access to a given organization and team and configured a GitHub App according to https://github.com/octobox/octobox/blob/master/docs/INSTALLATION.md#running-octobox-as-a-github-app.
The restricted access works fine, I'm able to login (as I'm part of the org/team) and everything looks good (OAuth flow works).
When I try to login to the GitHub App from Octobox, the authorization flow itself also works (the App is shown as an authorized App in my GitHub settings), but I get a red banner saying
Access denied.
(it seems the org/team check fails here) and the settings page still shows the button to login to the GitHub App.When I disable restricted access again, logging in to the GitHub App still works fine, though I don't get the red banner and the settings page reflect the login accordingly.
🎯 Goal
Enable to run Octobox as a GitHub App and simultaneously restrict access to a given org/team.
The text was updated successfully, but these errors were encountered: