oauth2_proxy
oauth2_proxy copied to clipboard
is there a way to whitelist an IP or IP range ?
as in the subject, we have a self hosted Jira instance which is secured with oauth2_proxy, we would like to setup Jira-Bugsnag integration which requires whitelisting of Bugsnag IP's....
I'm not 100% familiar with this project, but could you apply the IP whitelisting in NGinx, to prevent the users from even getting to the oauth login page?
@mirkovukadinovic , I have done exactly this in the past, but we don't handle this in Oauth2, we handle this in Nginx. Nginx uses a set of whitelist IPs to bypass the Oauth2 requirement. Does that help?