imds-credential-server
imds-credential-server copied to clipboard
CLI tool for providing AWS credentials to a container from the host
Why would somebody use this instead of just increasing the IDMSv2 hops by one? https://stackoverflow.com/a/71884476/228514
hello, with this change I would like to propose the following: - log all errors to console, so that we will be able to see all errors not just 2...
AWS SDK for .NET Framework calls `/latest/meta-data/iam/security-credentials`, but the server code is listening for `/latest/meta-data/iam/security-credentials/`. ## Given * A .NET Framework project ## Before ``` ❯ .\imds-credential-server.exe --profile myprofile --port...
AWS SDK for Go v1.44.298 introduces support for `sso-session` references in profiles. See: https://github.com/aws/aws-sdk-go/releases/tag/v1.44.298 I updated all modules via: ```golang go get -u go mod tidy ``` ## Given **`~/.aws/config`**...
Specifically, the fix found [here](https://github.com/benkehoe/imds-credential-server/blob/main/main.go#L201) is not available in the current latest version, 0.4.0. Please release a new version that includes this fix.