Skip to content
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: cesanta/docker_auth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.11.0
Choose a base ref
...
head repository: cesanta/docker_auth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.12.0
Choose a head ref
  • 11 commits
  • 20 files changed
  • 11 contributors

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    0b45daa View commit details
    Browse the repository at this point in the history
  2. Updated helm repository (#359)

    Change-Id: I86d3111165548069f40d119fc4d6787ba1aaaf40
    
    Co-authored-by: Olivier Germain <olivier.germain@schneider-electric.com>
    germaino and Olivier Germain authored May 5, 2023
    Configuration menu
    Copy the full SHA
    057a0bc View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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

Commits on Sep 10, 2023

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

Commits on Dec 24, 2023

  1. alpine 3.19

    techknowlogick authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    7e42167 View commit details
    Browse the repository at this point in the history
  2. Support redis & GCS token DB backing in Google & OIDC auth (#374)

    * Respect http timeout setting
    
    * Generalize redis & gcs tokendb, support in OIDC & Google auth
    andsens authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    47759c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Test for signature algorithm on startup rather than per request (#376)

    Co-authored-by: Kaare Hoff Skovgaard <khs@orbit.online>
    andsens and kastermester authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    5313cad View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    17d6f41 View commit details
    Browse the repository at this point in the history
  2. test with go 1.21.x

    techknowlogick authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    15f6cd1 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

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

Commits on Feb 5, 2024

  1. Security issue: resolve GHSA-2c7c-3mj9-8fqh (#381)

    An attacker specifying a large "p2c" value can cause
    JSONWebEncryption.Decrypt and JSONWebEncryption.DecryptMulti to
    consume large amounts of CPU, causing a DoS.
    
    Update package github.com/coreos/go-oidc to version that requires
    fixed version of go-jose. Note that github.com/square/go-jose is
    deprecated and has been replaced by github.com/go-jose/go-jose
    
    commands run:
    - go get -u github.com/coreos/go-oidc/v3@v3.9.0
    - go mod tidy -go=1.16
    
    see:
    - GHSA-2c7c-3mj9-8fqh
    - coreos/go-oidc#399
    - https://github.com/square/go-jose
    - https://github.com/go-jose/go-jose
    
    Co-authored-by: Michael Cook <mcook@octo.ai>
    mikecook and Michael Cook authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6d81420 View commit details
    Browse the repository at this point in the history
Loading