-
-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
Proxy Mode
iamlive --mode proxy --set-ini --output-file policy.json --force-wildcard-resource❯ export HTTP_PROXY=http://127.0.0.1:10080
export HTTPS_PROXY=http://127.0.0.1:10080
export AWS_CA_BUNDLE=$HOME/.iamlive/ca.pem
❯ aws sts get-caller-identity
❯ aws s3 ls
CSM Mode
iamlive --set-ini --output-file policy.json --refresh-rate 1 --sort-alphabetical --host 127.0.0.1❯ export AWS_CSM_ENABLED=true
❯ aws sts get-caller-identity
❯ aws s3 ls
As you can see below, sts:GetCallerIdentity is missing, only s3 one.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels