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.9.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.10.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 5 contributors

Commits on Feb 18, 2022

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

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    72ece0b View commit details
    Browse the repository at this point in the history
  2. Bump github.com/docker/distribution in /auth_server (#342)

    Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1+incompatible to 2.8.0+incompatible.
    - [Release notes](https://github.com/docker/distribution/releases)
    - [Commits](distribution/distribution@v2.7.1...v2.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/distribution
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2022
    Configuration menu
    Copy the full SHA
    531827a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

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

Commits on Sep 28, 2022

  1. allow LDAP mapping values to be lowercased (#348)

    Add the ability to lowercase values when creating label mappings from
    LDAP attributes. In the example the groups that the user is a member of
    could be mixed case which would make an ACL like:
      match: { account: "/.+/", name: "${labels:groups}/*" }
    Not possible. But with this change and the example applied it would be
    possible.
    cardoe authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    e0f6301 View commit details
    Browse the repository at this point in the history
Loading