Does argocd:v2.7.8 support IMDSv2 calls ? #20463
sagnikundu
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We have deployed argocd-application-controller sts. The container is running on image version : quay.io/argoproj/argocd:v2.7.8
We have found this component make calls to AWS instance metadata service (IMDS), ie 169.254.169.254.
(argocd:v2.7.8) uses this version of GO : go1.19.10
This doc lists the minimum supported AWS SDK version for IMDSv2 : https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html#use-a-supported-sdk-version-for-imdsv2
I wanted to know if the deployed version supports IMDSv2 calls ?
Beta Was this translation helpful? Give feedback.
All reactions