Skip to content
New issue

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

Added regexWhiteList feature. #251

Open
wants to merge 472 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 16, 2019

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

Commits on Apr 17, 2019

  1. update example nginx config

    bnfinet committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    858813f View commit details
    Browse the repository at this point in the history
  2. Move tokens from user to jwt.

    artagel committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    bcd18a0 View commit details
    Browse the repository at this point in the history
  3. Add tests for tokens in jwt.

    artagel committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    ca02f10 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    46226ff View commit details
    Browse the repository at this point in the history
  2. Update warning message.

    artagel committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    68b64b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    442d3ac View commit details
    Browse the repository at this point in the history
  4. Add cfg param in cookies to support customizable maxage. Also allows …

    …'session' cookies, or cookies that delete after browser is closed.
    artagel authored and bnfinet committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    f9f4450 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

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

Commits on Apr 21, 2019

  1. Fix areas where errors weren't handled.

    Implement goreportcard recommendations.
    artagel committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    0e554fb View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Fix error with template path.

    artagel committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    f6b6b1c View commit details
    Browse the repository at this point in the history
  2. Merge pull request vouch#1 from vouch/master

    Implement upstream repo changes.
    artagel authored Apr 22, 2019
    Configuration menu
    Copy the full SHA
    e2d6005 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33ac20f View commit details
    Browse the repository at this point in the history
  4. Merge pull request vouch#3 from artagel/split_cookies

    Split cookies
    artagel authored Apr 22, 2019
    Configuration menu
    Copy the full SHA
    f7aeb76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6461880 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Add header claims to cfg

    artagel authored and bnfinet committed May 2, 2019
    Configuration menu
    Copy the full SHA
    dcf8201 View commit details
    Browse the repository at this point in the history
  2. Add custom claims to JWT

    artagel authored and bnfinet committed May 2, 2019
    Configuration menu
    Copy the full SHA
    0c33884 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ced6e1 View commit details
    Browse the repository at this point in the history
  4. Properly add claims to user object.

    artagel authored and bnfinet committed May 2, 2019
    Configuration menu
    Copy the full SHA
    aa2a4a2 View commit details
    Browse the repository at this point in the history
  5. Add support for grabbing claims from the return of getuserinfo functi…

    …ons for all providers.
    artagel authored and bnfinet committed May 2, 2019
    6 Configuration menu
    Copy the full SHA
    e24bd02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc27f86 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee16254 View commit details
    Browse the repository at this point in the history
  8. Add new config option 'claimheader'

    artagel authored and bnfinet committed May 2, 2019
    Configuration menu
    Copy the full SHA
    7d6ae61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27cd957 View commit details
    Browse the repository at this point in the history
  10. Add claims to headers.

    artagel authored and bnfinet committed May 2, 2019
    Configuration menu
    Copy the full SHA
    5d7b562 View commit details
    Browse the repository at this point in the history
  11. Rework customClaims variable into a struct to be reusable and passabl…

    …e to jwt functions.
    artagel authored and bnfinet committed May 2, 2019
    Configuration menu
    Copy the full SHA
    4d58a80 View commit details
    Browse the repository at this point in the history
  12. Add some useful logging.

    artagel authored and bnfinet committed May 2, 2019
    Configuration menu
    Copy the full SHA
    5ce18bd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ca7d295 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d5f25f View commit details
    Browse the repository at this point in the history
  15. Update jwt tests to support claims.

    artagel authored and bnfinet committed May 2, 2019
    Configuration menu
    Copy the full SHA
    06a0c49 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    346ac40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c98e490 View commit details
    Browse the repository at this point in the history
  3. Make client_secret optional for oidc and adfs. Keycloak (generic oidc…

    …) specifically allows setting of 'authorized' clients, without this setting the client_secret is not needed. ADFS also only requires client_secret for server applications, and other clients do not need it, and error if they receive it.
    artagel authored and bnfinet committed May 3, 2019
    Configuration menu
    Copy the full SHA
    f85c582 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    229f735 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'general_fixes_and_unit_testing' of git://github.com/art…

    …agel/vouch-proxy into artagel-general_fixes_and_unit_testing
    bnfinet committed May 3, 2019
    Configuration menu
    Copy the full SHA
    265ee5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85c593f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'add_support_to_pass_tokens' of git://github.com/artagel…

    …/vouch-proxy into artagel-add_support_to_pass_tokens
    bnfinet committed May 3, 2019
    Configuration menu
    Copy the full SHA
    5939a7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1bb31d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

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

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    06ab191 View commit details
    Browse the repository at this point in the history
  2. vouch#109 test cookie split

    bnfinet committed May 22, 2019
    Configuration menu
    Copy the full SHA
    5930747 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3193e7f View commit details
    Browse the repository at this point in the history
  4. vouch#109 SplitCookie comment

    bnfinet committed May 22, 2019
    Configuration menu
    Copy the full SHA
    aad7468 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'add_openresty_authorization_examples' of git://github.c…

    …om/artagel/vouch-proxy into artagel-add_openresty_authorization_examples
    bnfinet committed May 22, 2019
    Configuration menu
    Copy the full SHA
    8b99bae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e71631 View commit details
    Browse the repository at this point in the history
  7. fix vouch#122 link to helm charts

    bnfinet committed May 22, 2019
    1 Configuration menu
    Copy the full SHA
    0897685 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59059a2 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'fix-template-root' of git://github.com/rayward/vouch-pr…

    …oxy into rayward-fix-template-root
    bnfinet committed May 22, 2019
    Configuration menu
    Copy the full SHA
    52f973b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e58ec54 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88a150c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Configuration menu
    Copy the full SHA
    e761e29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    455b19f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    758df6e View commit details
    Browse the repository at this point in the history
  4. vouch#123 halkeye helm chart URL

    bnfinet committed May 23, 2019
    Configuration menu
    Copy the full SHA
    3d3e45a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f66d2a5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    88d444f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fea7b17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a23a69 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. loc --> stats

    bnfinet committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    2af2883 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    9d47e12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1c98d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    305d381 View commit details
    Browse the repository at this point in the history
  4. remove name change notice

    bnfinet committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    98e009a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Added badges.

    artagel committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    fe82f8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea7cfe View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Add individual examples.

    artagel committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    6a8e12d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    30f60af View commit details
    Browse the repository at this point in the history
  2. update paste instructions

    bnfinet committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    bea25be View commit details
    Browse the repository at this point in the history
  3. Update issue templates

    bnfinet authored Aug 6, 2019
    Configuration menu
    Copy the full SHA
    e9269ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bfa8ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b88059 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'add_individual_examples' of git://github.com/artagel/vo…

    …uch-proxy into artagel-add_individual_examples
    bnfinet committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    feddd1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abd2d89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0052bb1 View commit details
    Browse the repository at this point in the history
  9. badge updates

    bnfinet committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    5f336c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    8b6745a View commit details
    Browse the repository at this point in the history
  2. test for valid provider

    reedstrm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    6edeb1d View commit details
    Browse the repository at this point in the history
  3. add OpenStax provider

    reedstrm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    687c40c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

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

Commits on Sep 8, 2019

  1. Add ptokens to ADFS

    simongottschlag committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    856dd89 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Change from idToken to data for mapClaims

    See the discussion here: vouch@e24bd02#r35004667
    simongottschlag authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    e953177 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Configuration menu
    Copy the full SHA
    2c791a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae05041 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cda7bd7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request vouch#141 from reedstrm:master

    Create OpenStax Accounts provider
    bnfinet authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    43f82f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    350a3ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe5058a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5bee174 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9884301 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    797945c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Added -healthcheck command

    madworx committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    cd52aa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c158898 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. Before this, we didn't have do.sh in the final image

    This made following the steps to use do.sh to generate a redacted
    configuration file impossible.
    davidgibbons committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    1681297 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Capitalize Nginx

    bnfinet committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    8bba049 View commit details
    Browse the repository at this point in the history
  2. Add an example using a single server stanza

    This allows proxying to vouch without a second domain name setup
    davidgibbons committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    ca8243f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    cfa0cc1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pr/madworx/151'

    bnfinet committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    fd4510f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fca79fe View commit details
    Browse the repository at this point in the history
  4. Merge pull request vouch#155 from davidgibbons/nginx_single_server_ex…

    …ample
    
    Add an example using a single server stanza
    bnfinet authored Oct 10, 2019
    Configuration menu
    Copy the full SHA
    90ab7e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    ac608a8 View commit details
    Browse the repository at this point in the history
  2. fix logout URL

    bnfinet committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    001424f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

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

Commits on Oct 16, 2019

  1. add semicolon after "access_by_lua_file" directive

    OpenResty service cannot be restarted/reloaded if semicolon is missing at the end of the "access_by_lua_file" directive
    jchapman77 authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    a11e860 View commit details
    Browse the repository at this point in the history
  2. add semicolon after "access_by_lua_file" directive

    OpenResty service cannot be restarted/reloaded if semicolon is missing at the end of the "access_by_lua_file" directive
    jchapman77 authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    d9682cb View commit details
    Browse the repository at this point in the history
  3. antiquated TODOs

    bnfinet committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    737e7cc View commit details
    Browse the repository at this point in the history
  4. slightly better markup

    bnfinet committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    f8506e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    636255b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5542c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    480d7c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1334d25 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c16a71 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'pr/leshik/159'

    bnfinet committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    e7ec181 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ddd5ca6 View commit details
    Browse the repository at this point in the history
  12. support boolean claims

    bnfinet committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    80fcfdb View commit details
    Browse the repository at this point in the history
  13. Merge branch 'pr/libussa/161'

    bnfinet committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    5014339 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    01f8c66 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

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

Commits on Oct 30, 2019

  1. Don't assume that id_token is present

    Some providers (eg. Gitea) don't provide an id_token to cache the user info and that causes a panic.
    
    This change checks to see if the key value is not nil before converting to a string.
    
    With this change, Gitea can be used as a provider using either "github" or "oidc" as the configured provider.
    fizzyduck authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    421d64f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

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

Commits on Nov 6, 2019

  1. Merge pull request vouch#166 from Dobli:fix/missing_homeassistant_check

    Added missing check for homeassistant in BasicTest
    bnfinet authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    cf8c780 View commit details
    Browse the repository at this point in the history
  2. vouch#170 add Gitea provider

    bnfinet committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    b58d1bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c171285 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    366b97e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed36b58 View commit details
    Browse the repository at this point in the history
  6. convert int to string

    bnfinet committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    ded2e25 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. fix getUserInfo* log msg formatting

    The string format field was missing, leading to log messages like:
    
        OpenID userinfo body: %!(EXTRA string={"iss": ...
    
    Also, getUserInfoFromOpenStax mistakenly identified itself as OpenID, not OpenStax.
    nolta authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    da0f8a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. remove dup coverage in usage

    bnfinet committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    367ee04 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

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

Commits on Feb 2, 2020

  1. add example config for gitea

    closes vouch#203
    aaronpk committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    908d1f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Fix domain checks

    eikehartmann committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    12e7fa2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Merge branch 'pr/nolta/177'

    bnfinet committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    b463f83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d4e410 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eda1d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Configuration menu
    Copy the full SHA
    f29993b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5507bd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b0f0a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b99ff8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd72962 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ad1f13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a9d20a View commit details
    Browse the repository at this point in the history
  8. Check for GitHub Org membership if no team qualified in TeamWhiteList…

    … value
    
     - i.e. only "<orgId>" and not fully qualified team "<orgId>/<teamSlug>" is given in config's teamWhitelist
    eikehartmann committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    6ad9c84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    227cd5b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd1019a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cfb5be2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    82f7c18 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eacccd5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d367704 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2b6659d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fb73f16 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    02dd4da View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1244cbd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6e05f94 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    785ec9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c32809 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e26ea0c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

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

Commits on Feb 15, 2020

  1. Configuration menu
    Copy the full SHA
    ab31b28 View commit details
    Browse the repository at this point in the history
  2. Using vouch.cookie.SameSite configuration option to set SameSite attr…

    …ibute on VouchCookie. Defaults to no SameSite attribute set on VouchCookie
    jbwtan committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    25cc8d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. vouch#216 how to handle OPTIONS

    bnfinet committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    561e102 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    d62cfc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35dbe19 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    8dce88f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbc810d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3566012 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de2a149 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41e7276 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63a2a34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d0ed97 View commit details
    Browse the repository at this point in the history
  8. Added nextcloud config example

    Dobli committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    81661c5 View commit details
    Browse the repository at this point in the history
  9. Add nextcloud entry to README

    Dobli committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    3e51f1b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. print full line in stats

    bnfinet committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    b3887c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. unused

    bnfinet committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    ba38e85 View commit details
    Browse the repository at this point in the history
  2. key field in struct literal

    bnfinet committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    dde922f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'pr/Dobli/218'

    bnfinet committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    1aab02c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80047fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4cccd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9bd691 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    076114f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

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

Commits on Mar 25, 2020

  1. Fix cookie splitting to account for _

    Originally authored by Matthew Daniel https://github.com/mdaniel
    oferrigni committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    39b30da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0cc5a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

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

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    8cd1fd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7069684 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7418a39 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. vouch#240 cfg.Configure called from main()

    flag.parse() cannot be in init()
    zap.logger is configured at the end of Configure() for each package
    bnfinet committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    da293df View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. move port check to main.go

    bnfinet committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    55da1ca View commit details
    Browse the repository at this point in the history
  2. move help to main.go

    bnfinet committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    7e83194 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    82bc879 View commit details
    Browse the repository at this point in the history
  2. vouch#240 fix tests

    bnfinet committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f61ce39 View commit details
    Browse the repository at this point in the history
  3. Merge pull request vouch#236 from mjnaylor8/master

    Update config.yml_example_homeassistant
    bnfinet authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    264ede1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    532c3f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3aa74f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ea8e18 View commit details
    Browse the repository at this point in the history
  7. delete session log message

    bnfinet committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    a7ed581 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feature/cookie-samesite-config-2' of github.com:jbwtan/…

    …vouch-proxy into pr/jbwtan/214
    bnfinet committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    9d03bcd View commit details
    Browse the repository at this point in the history
  9. fix test name

    bnfinet committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    ff990a6 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'pr/jbwtan/214'

    bnfinet committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    8fb7a80 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9f20a80 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0e44dc3 View commit details
    Browse the repository at this point in the history
  13. vouch#240 upgrade to go 1.13

    bnfinet committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    504870e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. database has been removed

    bnfinet committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    549fe87 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Configuration menu
    Copy the full SHA
    1d15844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1779bc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df7505f View commit details
    Browse the repository at this point in the history
  4. merge master

    bnfinet committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    e934cf2 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

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

Commits on Apr 14, 2020

  1. chore: New deployment for extra architectures

    Stephan van Rooij committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    397abc4 View commit details
    Browse the repository at this point in the history
  2. chore: Fix Github Workflow

    Stephan van Rooij committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    f1cdc16 View commit details
    Browse the repository at this point in the history
  3. chore: Disable build for other users

    Stephan van Rooij committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    4c669e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    0b29da9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef2e01f View commit details
    Browse the repository at this point in the history
  3. vouch#247 tag as :latest-arm

    bnfinet committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    af5fa1b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'pr/svrooij/247'

    bnfinet committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    57d88f1 View commit details
    Browse the repository at this point in the history
  5. vouch#247 adjust name of job

    bnfinet committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    dfc66fc View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    86cb218 View commit details
    Browse the repository at this point in the history
  2. fix vouch#191 add example config

    bnfinet committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    75fb74d View commit details
    Browse the repository at this point in the history
  3. fix filename

    bnfinet committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    9a62beb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b941f66 View commit details
    Browse the repository at this point in the history
  5. remove ./data references

    bnfinet committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    d32b602 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    62a3a36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    113daf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25f0a2b View commit details
    Browse the repository at this point in the history
  4. vouch#200 add single string test

    bnfinet committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    acffb5a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

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

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    85e98f6 View commit details
    Browse the repository at this point in the history
  2. add coverage to stats

    bnfinet committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    364ec46 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    2db0a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58a57b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

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

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    d5f63cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91135a1 View commit details
    Browse the repository at this point in the history
  3. validate requested URL

    bnfinet committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    55033f1 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    8f109da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96fe9ce View commit details
    Browse the repository at this point in the history
  3. test redirected URL param

    bnfinet committed May 1, 2020
    Configuration menu
    Copy the full SHA
    db8cf1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9881d66 View commit details
    Browse the repository at this point in the history
  5. cleanup comments

    bnfinet committed May 1, 2020
    Configuration menu
    Copy the full SHA
    42e7e38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23a7095 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bec1f8 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. post_logout_redirect_uri

    bnfinet committed May 4, 2020
    Configuration menu
    Copy the full SHA
    1ef7494 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. add copyright and license

    bnfinet committed May 5, 2020
    Configuration menu
    Copy the full SHA
    566dbd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01b5ed2 View commit details
    Browse the repository at this point in the history
  3. test callback url check

    bnfinet committed May 5, 2020
    Configuration menu
    Copy the full SHA
    fe766d2 View commit details
    Browse the repository at this point in the history
  4. no protocol-less URLs

    bnfinet committed May 5, 2020
    Configuration menu
    Copy the full SHA
    7fd21bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0765273 View commit details
    Browse the repository at this point in the history
  6. Rebase on Master

    danielewood committed May 5, 2020
    Configuration menu
    Copy the full SHA
    7685ddf View commit details
    Browse the repository at this point in the history
  7. Fix FatalF

    danielewood committed May 5, 2020
    Configuration menu
    Copy the full SHA
    5045000 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8287526 View commit details
    Browse the repository at this point in the history