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: googleapis/google-auth-library-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: googleapis/google-auth-library-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 5 commits
  • 27 files changed
  • 3 contributors

Commits on Jul 28, 2021

  1. chore: release 1.0.1-SNAPSHOT (#711)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    5f923cd View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. feat: downscoping with credential access boundaries (#702)

    * feat: adds CAB rules classes (#687)
    
    * feat: adds CAB rules classes
    
    * fix: copyright
    
    * fix: revert pom
    
    * fix: review
    
    * fix: bad link
    
    * fix: more null and empty checks
    
    * fix: expand javadoc
    
    * fix: split null/empty checks
    
    * fix: use checkNotNull
    
    * feat: downscoping with credential access boundaries (#691)
    
    * feat: downscoping with credential access boundaries
    
    * fix: rename RefreshableOAuth2Credentials to OAuth2CredentialsWithRefresh
    
    * fix: review nits
    
    * test: adds integration tests for downscoping with credential access boundaries
    
    * fix: use source credential expiration when STS does not return expires_in
    
    * fix: require an expiration time to be passed in the AccessToken consumed by OAuth2CredentialsWithRefresh
    
    Co-authored-by: Elliotte Rusty Harold <[email protected]>
    lsirac and elharo authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    aa7ede1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. docs: updates README for downscoping with CAB (#716)

    * docs: updates README for downscoping with CAB
    
    * fix: document adding cloud-platform scope (should be added by developers)
    lsirac authored Aug 16, 2021
    Configuration menu
    Copy the full SHA
    68bceba View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. fix: add validation for the token URL and service account impersonati…

    …on URL for Workload Identity Federation (#717)
    
    * fix: add validation for the token URL and service account impersonation URL in ExternalAccountCredentials
    
    * fix: review comment
    
    * fix: add test case
    lsirac authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    23cb8ef View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

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