-
Notifications
You must be signed in to change notification settings - Fork 105
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
Support for EKS Pod IDentity #190
Comments
Hey @allamand I just found this issue by chance. I have the same problem using sigv4proxy for kubecost. Im keep getting this error:
is there any workaround for this? |
@eahangari-8x8 did you try the use of envoy as described in the link above ? Kyverno is just used to automatically inject the Sidecar but is not needed you can also add it manually |
@allamand Im using istio on this cluster for other purposes it has injected the sidecar to kubecost ns but I got the error which I sent it before. the sigv4proxy container doesn't support the eks pod identity I guess. |
EKS pod identity is very recent in envoy you may need to check if the
version injected by istio is compatible with it.
You can still inject a second envoy sidecar you managed as I did with
kyverno in the shared example
Le lun. 1 juil. 2024 à 19:04, Ehsan ***@***.***> a écrit :
… @allamand <https://github.com/allamand> Im using istio on this cluster
for other purposes it has injected the sidecar to kubecost ns but I got the
error which I sent it before. the sigv4proxy container doesn't support the
eks pod identity I guess.
—
Reply to this email directly, view it on GitHub
<#190 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACEKVY2ND2FBKWQJ6CD7LGLZKGD3BAVCNFSM6AAAAABJETB5F2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBQGY2DCNBRGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @allamand, I see that since the date that your PR 191 was raised
Can we assume that Pod Identity is now supported? Update: Looks like that change was made on Jul 28th, and v1.9 was released on Jul 18th, so I guess it missed the cut? 😔 |
I didn’t test latest version to confirm if it does. But this version of sdk should support it |
I would like to use Sigv4 proxy, but not using IRSA, which is already working, but relying on new Pod Identity.
Seems it needs an upgrade for the SDK to let it work natively
The text was updated successfully, but these errors were encountered: