Skip to content

fix: IdTokenCredentials should fetch license id claim when requested #1450

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

Merged
merged 11 commits into from
May 21, 2025

Conversation

sjvanrossum
Copy link
Contributor

@sjvanrossum sjvanrossum commented Jul 29, 2024

Fixes #1449 ☕️

@sjvanrossum sjvanrossum requested a review from a team as a code owner July 29, 2024 16:00
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Jul 29, 2024
@sjvanrossum sjvanrossum requested a review from a team as a code owner October 14, 2024 13:23
@sjvanrossum sjvanrossum requested a review from lqiu96 May 20, 2025 22:17
@lqiu96 lqiu96 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 21, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 21, 2025
@lqiu96 lqiu96 added kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels May 21, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 21, 2025
@lqiu96 lqiu96 merged commit c5648a5 into googleapis:main May 21, 2025
24 of 26 checks passed
svc-squareup-copybara pushed a commit to cashapp/misk that referenced this pull request May 29, 2025
| Package | Type | Package file | Manager | Update | Change |
|---|---|---|---|---|---|
|
[com.google.auth:google-auth-library-oauth2-http](https://github.com/googleapis/google-auth-library-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`1.35.0` -> `1.36.0` |
|
[com.google.auth:google-auth-library-credentials](https://github.com/googleapis/google-auth-library-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`1.35.0` -> `1.36.0` |
|
[com.autonomousapps.dependency-analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin)
| plugin | misk/gradle/libs.versions.toml | gradle | minor | `2.17.0` ->
`2.18.0` |
| [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.31.51` -> `2.31.52` |
| [software.amazon.awssdk:sqs](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.31.51` -> `2.31.52` |
|
[software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.31.51` -> `2.31.52` |
| [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.31.51` -> `2.31.52` |
| [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.31.51` -> `2.31.52` |
| [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.31.51` -> `2.31.52` |
| [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.31.51` -> `2.31.52` |

---

### Release Notes

<details>
<summary>googleapis/google-auth-library-java
(com.google.auth:google-auth-library-oauth2-http)</summary>

###
[`v1.36.0`](https://github.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#1360-2025-05-28)

##### Features

- Support ability to set universe domain in
ServiceAccountJwtAccessCredentials
([#&#8203;1754](googleapis/google-auth-library-java#1754))
([919ae32](googleapis/google-auth-library-java@919ae32))

##### Bug Fixes

- IdTokenCredentials should fetch license id claim when requested
([#&#8203;1450](googleapis/google-auth-library-java#1450))
([c5648a5](googleapis/google-auth-library-java@c5648a5))
- Update approval_prompt=force to prompt=consent
([#&#8203;1752](googleapis/google-auth-library-java#1752))
([4543d04](googleapis/google-auth-library-java@4543d04))

</details>

<details>
<summary>autonomousapps/dependency-analysis-android-gradle-plugin
(com.autonomousapps.dependency-analysis)</summary>

###
[`v2.18.0`](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-2180)

-   \[Breaking]: update min support AGP version to 8.3.
-   \[Feat]: Allow excluding violations by regex patterns.
-   \[Feat]: add `ProviderConvertible` support.
-   \[Feat]: add support for Activity `theme` in `AndroidManifest.xml`
- \[Feat]: Android merged manifests are now treated as runtime (not
compile-time) requirements.
- \[Feat]: detect code source files that live outside of src/main as an
AGP feature being used.
-   \[Fix]: detect class references in the base package.
-   \[Fix]: detect constants defined in Kotlin companion objects.
-   \[Fix]: detect androidTest source set as a test source-set.
-   \[Fix]: set android dependencies weight to 100.
-   \[Fix]: also check for com.android.test.
-   \[Chore]: use Gradle 8.14.
- \[Chore]: `kotlin.metadata.jvm` no longer needs to be non-transitive,
since bumping to K2 for this project.
- \[Chore]: fix snapshot publishing by making task dependency more lazy.
-   \[Chore]: update badge to point to actual workflow.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 6pm every weekday,before 2am
every weekday" in timezone Australia/Melbourne, Automerge - At any time
(no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

GitOrigin-RevId: a5422211f14b730131ded613b3a52ab141771b9e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IdTokenCredentials fails to fetch license id claim when requested
3 participants