Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitly/oauth2_proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: qubitdigital/oauth2_proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 15 files changed
  • 4 contributors

Commits on Oct 6, 2017

  1. auth: Respect Bearer token authorization.

    This pathch will attempt to verify Authorization: Bearer tokens with
    providers. This is useful for proxying of API request.
    Tristan Colgate committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    e10ad40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    addd632 View commit details
    Browse the repository at this point in the history
  3. baton: Add baton provider

    Tristan Colgate committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    e60fd89 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. update prom deps

    tcolgate committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    3ad26f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Move to go modules

    Tristan Colgate committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    4cbb2b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Add websocket support

    soellman authored and Tristan Colgate committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    bdd143c View commit details
    Browse the repository at this point in the history
  2. Handle upgrade headers more fully

    soellman authored and Tristan Colgate committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    7fbc374 View commit details
    Browse the repository at this point in the history
  3. Update deps

    Tristan Colgate committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    f465e15 View commit details
    Browse the repository at this point in the history
  4. Also ignore websocket extensions header

    Tristan Colgate committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    dbe16ea View commit details
    Browse the repository at this point in the history
  5. Update opentracing nethttp

    Tristan Colgate committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    4e73d90 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. allow multiple certs

    tcolgate committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    3724431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2972bd View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    fd34926 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    56d0d14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee7e38d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Allow whitelisting a client CA

    Also allow us to set an upstream CA
    tcolgate committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    4f44fe5 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    5b12099 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    8990921 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    8c7553b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from qubitdigital/tlsciphers

    Cull the weak, it doesn't leave us with much!
    sysboy authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ae383a8 View commit details
    Browse the repository at this point in the history
Loading