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

oidc: ignore cancellation of remote key set context #433

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

ericchiang
Copy link
Collaborator

@ericchiang ericchiang commented Jul 8, 2024

This has largely caused confusion. Detach the context from its parent and just use as a bag-of-values for configuration.

Fixes #428

This has largely caused confusion. Detach the context from its parent
and just use as a bag-of-values for configuration.
@ericchiang ericchiang merged commit 0fe9887 into coreos:v3 Jul 8, 2024
2 checks passed
@ericchiang ericchiang deleted the without-cancel branch July 8, 2024 17:10
codeboten pushed a commit to open-telemetry/opentelemetry-collector-contrib that referenced this pull request Jul 9, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/coreos/go-oidc/v3](https://togithub.com/coreos/go-oidc) |
`v3.10.0` -> `v3.11.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcoreos%2fgo-oidc%2fv3/v3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcoreos%2fgo-oidc%2fv3/v3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcoreos%2fgo-oidc%2fv3/v3.10.0/v3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcoreos%2fgo-oidc%2fv3/v3.10.0/v3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>coreos/go-oidc (github.com/coreos/go-oidc/v3)</summary>

###
[`v3.11.0`](https://togithub.com/coreos/go-oidc/releases/tag/v3.11.0)

[Compare
Source](https://togithub.com/coreos/go-oidc/compare/v3.10.0...v3.11.0)

#### What's Changed

- oidc: verify support for algs from discovery by
[@&#8203;ericchiang](https://togithub.com/ericchiang) in
[coreos/go-oidc#430
- chore(deps): bump dependencies to address security issues by
[@&#8203;clambin](https://togithub.com/clambin) in
[coreos/go-oidc#432
- oidc: ignore cancellation of remote key set context by
[@&#8203;ericchiang](https://togithub.com/ericchiang) in
[coreos/go-oidc#433

#### New Contributors

- [@&#8203;clambin](https://togithub.com/clambin) made their first
contribution in
[coreos/go-oidc#432

**Full Changelog**:
coreos/go-oidc@v3.10.0...v3.11.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RemoteKeySet stores and reuses initial context
1 participant