Search the documentation
3 pages for aws_web_identity_token_file.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
claude-platform-on-aws
Claude Developer Platform · in the page
build-with-claude/claude-platform-on-aws
….aws/config`) including SSO and `credential_process` * Web identity (`AWS_WEB_IDENTITY_TOKEN_FILE` and `AWS_ROLE_ARN`) for IRSA and GitHub Actions * ECS container credentials * EC2 instance metadata s…
aws
Claude Developer Platform · in the page
manage-claude/wif-providers/aws
…projects a token with `aud: sts.amazonaws.com`, exposing its path as `AWS_WEB_IDENTITY_TOKEN_FILE`. That token is for AWS role assumption. For the Anthropic exchange, project a second token with `audi…
Claude Code GitLab CI/CD
Claude Code CLI · in the page
gitlab-ci-cd
…# Exchange the job's OIDC token for AWS credentials - export AWS_WEB_IDENTITY_TOKEN_FILE="/tmp/oidc_token" - printf "%s" "$GITLAB_OIDC_TOKEN" > "$AWS_WEB_IDENTITY_TOKEN_FILE" - >…