Skip to content

v7.0.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 08 Feb 19:47
04161ba

⚠ BREAKING CHANGES

  • integrates external_accounts with GoogleAuth and ADC (#1052)
  • workload identity federation support (#1131)

Features

  • adds service account impersonation to ExternalAccountClient (#1041) (997f124)
  • adds text/json credential_source support to IdentityPoolClients (#1059) (997f124)
  • defines ExternalAccountClient used to instantiate external account clients (#1050) (997f124)
  • defines IdentityPoolClient used for K8s and Azure workloads (#1042) (997f124)
  • defines ExternalAccountClient abstract class for external_account credentials (#1030) (997f124)
  • get AWS region from environment variable (#1067) (997f124)
  • implements AWS signature version 4 for signing requests (#1047) (997f124)
  • implements the OAuth token exchange spec based on rfc8693 (#1026) (997f124)
  • integrates external_accounts with GoogleAuth and ADC (#1052) (997f124)
  • workload identity federation support (#1131) (997f124)

Bug Fixes