Skip to content

feat(aws): allow tokenless authentication

Old tooling (e.g. awscli that comes with the old-ish Debian on which the kas container is based) does not support the token-based (V2) authentication scheme (used by AWS instances to get credentials from cloud-metadata). This adds compatibility for the V1 scheme.

Signed-off-by: Adriaan Schmidt adriaan.schmidt@siemens.com

Merge request reports