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

pkg/env: log MSI data-plane interactions #4080

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

stevekuznetsov
Copy link
Contributor

No description provided.

@stevekuznetsov
Copy link
Contributor Author

ERROR: failed to solve: arointsvc.azurecr.io/ubi8/go-toolset:1.22.9-2: failed to resolve source metadata for arointsvc.azurecr.io/ubi8/go-toolset:1.22.9-2: arointsvc.azurecr.io/ubi8/go-toolset:1.22.9-2: not found

How is this failing? Is this a flake or are all builds broken?

@cadenmarchese cadenmarchese added ready-for-review next-release To be included in the next RP release rollout labels Feb 6, 2025
@github-actions github-actions bot added needs-rebase branch needs a rebase and removed ready-for-review labels Feb 6, 2025
Copy link

github-actions bot commented Feb 6, 2025

Please rebase pull request.

@stevekuznetsov stevekuznetsov force-pushed the skuznets/msi-dataplane-middleware branch from 1c43d06 to 8a4e2c8 Compare February 6, 2025 19:45
@github-actions github-actions bot removed the needs-rebase branch needs a rebase label Feb 6, 2025
@stevekuznetsov stevekuznetsov force-pushed the skuznets/msi-dataplane-middleware branch 4 times, most recently from f0f1e72 to d9aa072 Compare February 6, 2025 21:14
@github-actions github-actions bot added the needs-rebase branch needs a rebase label Feb 7, 2025
Copy link

github-actions bot commented Feb 7, 2025

Please rebase pull request.

Signed-off-by: Steve Kuznetsov <[email protected]>
Previously, we were substituting the entire http transport just to add
some client-side middleware. The Azure SDK for Go ships with default
transport parameters that we lost by doing this; furthermore, we were
not using the per-call policy options to model our middleware, as the
SDK expected.

Signed-off-by: Steve Kuznetsov <[email protected]>
@stevekuznetsov stevekuznetsov force-pushed the skuznets/msi-dataplane-middleware branch from d9aa072 to 51c1949 Compare February 7, 2025 15:19
@github-actions github-actions bot removed the needs-rebase branch needs a rebase label Feb 7, 2025
@cadenmarchese
Copy link
Collaborator

/azp run ci

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@stevekuznetsov stevekuznetsov force-pushed the skuznets/msi-dataplane-middleware branch from 51c1949 to 778002a Compare February 7, 2025 16:22
ARM resource IDs are case-insensitive, so the check here needs to be,
as well.

Signed-off-by: Steve Kuznetsov <[email protected]>
@stevekuznetsov stevekuznetsov force-pushed the skuznets/msi-dataplane-middleware branch from 778002a to 8ffb212 Compare February 7, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next-release To be included in the next RP release rollout
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants