Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: defines IdentityPoolClient used for K8s and Azure workloads #1042

Merged
merged 14 commits into from Aug 21, 2020
Merged

feat: defines IdentityPoolClient used for K8s and Azure workloads #1042

merged 14 commits into from Aug 21, 2020

Commits on Aug 7, 2020

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

Commits on Aug 11, 2020

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

Commits on Aug 12, 2020

  1. chore: release 6.0.7 (#1023)

    * chore: updated samples/package.json [ci skip]
    
    * chore: updated CHANGELOG.md [ci skip]
    
    * chore: updated package.json
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    6dfee1d View commit details
    Browse the repository at this point in the history
  2. build: credential-file-override is no longer required (#1029)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/5f7f9c6d-c75a-4c60-8bb8-0026a14cead7/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    Source-Link: googleapis/synthtool@94421c4
    yoshi-automation committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    b976c8a View commit details
    Browse the repository at this point in the history
  3. chore: update cloud rad kokoro build job (#1034)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/b742586e-df31-4aac-8092-78288e9ea8e7/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    Source-Link: googleapis/synthtool@bd0deaa
    yoshi-automation committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    4830a53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb54ee9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. build: perform publish using Node 12 (#1035)

    This PR was generated using Autosynth. 🌈
    
    
    
    - [ ] To automatically regenerate this PR, check this box.
    
    Source-Link: googleapis/synthtool@5747555
    SurferJeffAtGoogle committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    714247d View commit details
    Browse the repository at this point in the history
  2. chore: release 6.0.8 (#1036)

    * chore: updated samples/package.json [ci skip]
    
    * chore: updated CHANGELOG.md [ci skip]
    
    * chore: updated package.json
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    211e042 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

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

Commits on Aug 18, 2020

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

Commits on Aug 19, 2020

  1. feat: defines IdentityPoolClient used for K8s and Azure workloads

    This will subclass the abstract class `BaseExternalAccountClient` and will retrieve subject tokens from URLs (eg Azure Instance Metadata Service) or a file location (K8s KSA tokens).
    
    Renamed `ExternalAccountClient` to `BaseExternalAccountClient`. The latter will not be exported. Instead the former will be created as an empty class with a static `fromJSON()` method to initialize the right type of external client.
    bojeil-google committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    414d311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    010fa32 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Configuration menu
    Copy the full SHA
    32b0619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e909a16 View commit details
    Browse the repository at this point in the history