aws_auth_proxy_config(
*,
access_key_id: SandboxProxySecret,
secret_access_key: SandboxProxySecret,
name: str = 'aws'Build a sandbox proxy config that signs AWS HTTPS requests.
The sandbox proxy keeps the real AWS credentials outside the sandbox and
signs supported AWS requests with SigV4 on the sandbox's behalf. AWS
credentials must be supplied as workspace_secret or opaque values;
plaintext AWS credentials are intentionally not supported.