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: git-ecosystem/git-credential-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f0a6cda
Choose a base ref
...
head repository: git-ecosystem/git-credential-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 340a7e2
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 11, 2023

  1. msauth: add support for managed identity

    Add support for obtaining an access token using either the
    system-assigned and a user-assigned managed identity.
    mjcheetham committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e8e4e8b View commit details
    Browse the repository at this point in the history
  2. msauth: add MSAL app token cache support for CCAs

    Add app token cache support for confidential client applications
    (service principals). This is a different cache than the one for user
    tokens that is used by public client applications (for normal users).
    
    We do not know of any other app token cache that we can share with
    currently, so we just use our own in the GCM data directory.
    mjcheetham committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0f1f308 View commit details
    Browse the repository at this point in the history
  3. azrepos: support service principals and managed IDs

    Allow a service principal or managed identity to be used to
    authenticate against Azure Repos. Required information for
    service principals is specified in Git config or environment
    variables, as is the ID for a managed identity.
    mjcheetham committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    340a7e2 View commit details
    Browse the repository at this point in the history
Loading