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: google-github-actions/auth Loading
base: v1
Choose a base ref
...
head repository: google-github-actions/auth Loading
compare: v2.0.0
Choose a head ref
  • 5 commits
  • 28 files changed
  • 2 contributors

Commits on Nov 28, 2023

  1. Add support for Direct Workload Identity auth (#348)

    This adds a new authentication mode, Direct Workload Identity
    Federation. This new mode permits authenticating to Google Cloud
    directly using the GitHub Actions OIDC token instead of proxying through
    a Google Cloud Service Account.
    sethvargo committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fe92076 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    097d292 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Make auth universe-aware (#352)

    This adds support for making the action "universe" aware, so it will be
    usable for TPC and GDCH.
    sethvargo committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7c4e01f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a2edc1 View commit details
    Browse the repository at this point in the history
  3. Release: v2.0.0 (#355)

    ## What's Changed
    * Add support for Direct Workload Identity auth by @sethvargo in
    #348
    * Add protection for release branches by @sethvargo in
    #351
    * Make auth universe-aware by @sethvargo in
    #352
    * Fix some examples to include project_id by @sethvargo in
    #353
    
    
    **Full Changelog**:
    v1.2.0...0a2edc1
    google-github-actions-bot committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    67e9c72 View commit details
    Browse the repository at this point in the history
Loading