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.12.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.13.0
Choose a head ref
  • 9 commits
  • 19 files changed
  • 9 contributors

Commits on Feb 5, 2024

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

Commits on Feb 28, 2024

  1. Add additional examples logins to results page (#384)

    Prior to this, there was not an easy copy/paste line for people not
    using Docker. This addes example lines that can be copy/pasted for
    those of us who use Podman / Podman Desktop and containerd's nerdctl.
    
    For context, nerdctl is the default way of interacting with containers
    run within Lima (https://lima-vm.io) and is how I run x86 containers
    on an Apple Silicon Mac.
    genebean authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    38e7252 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. added xorm JSON struct tag to XormACLEntry (#388)

    Co-authored-by: Kyrylo Prokopchuk <kyrylo.prokopchuk@quest.com>
    DeadUnicorn1352 and Kyrylo Prokopchuk authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4922777 View commit details
    Browse the repository at this point in the history
  2. Fix LevelDB yaml unmarshall error and update documentation (#389)

    In order to ensure the project correctly validates authentication
    methods in the config file that can use a token db, this commit modifies
    the logic to ensure we check if all of the token methods are nil before
    outputting an error. Previously, if the local filesystem token db method
    was not nil and the other two (redis and google cloud storage) were nil,
    we would return an error and the config would be considered invalid.
    
    Additionally, this commit documents the correct LevelDB settings for the
    config file. Prior to the addition of Bcrypt hashing cost, just using
    `token_db` was acceptable in the configuration along with a string
    representing the path. Given the swap to a struct instead of a string,
    we need to update documentation concerning this.
    endoze authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    82da6e8 View commit details
    Browse the repository at this point in the history
  3. Replicate #384 for GitLab and OIDC (#385)

    Add additional examples logins to gitlab & oidc results page
    
    Replicate what was done in #384
    genebean authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    aab2ae0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Dec 29, 2024

  1. fixed leaking goroutines (#399)

    Signed-off-by: Aleksey Gavrilov <alexey.gavrilov@flant.com>
    alexey-gavrilov-flant authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    a38bb65 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. fixed go-mod cve (#400)

    * fixed go-mod cve
    
    Signed-off-by: Aleksey Gavrilov <alexey.gavrilov@flant.com>
    
    * item 12045
    
    Signed-off-by: Aleksey Gavrilov <alexey.gavrilov@flant.com>
    
    * item 18843
    
    Signed-off-by: Aleksey Gavrilov <alexey.gavrilov@flant.com>
    
    * Update Dockerfile
    
    ---------
    
    Signed-off-by: Aleksey Gavrilov <alexey.gavrilov@flant.com>
    Co-authored-by: techknowlogick <techknowlogick@gitea.com>
    alexey-gavrilov-flant and techknowlogick authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    f4cfe8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48e07e9 View commit details
    Browse the repository at this point in the history
Loading