hallowed-controller-11240
11/17/2024, 1:16 PMname: dev
description: setup for dev
runtime:
name: python
options:
toolchain: pip
virtualenv: /projects/pulumi-fastapi/venv
config:
pulumi:tags:
value:
pulumi:template: aws-python
We’re having trouble correctly pointing to the Python runtime inside Docker.
2. Using AWS Assume Role for cross-account deployments:
We've added the assume role configuration in the pulumi.stack.yaml
file, but the S3 state backend is failing to authenticate.
Any insights or suggestions on resolving these issues would be greatly appreciated!modern-zebra-45309
11/18/2024, 1:32 PMWe’re having trouble correctly pointing to the Python runtime inside Docker.What exactly doesn't work for you?
but the S3 state backend is failing to authenticate.What does this look like? Can you authenticate to S3 from within the container (e.g., using boto3 or the AWS CLI)?
little-cartoon-10569
11/18/2024, 7:14 PMhallowed-controller-11240
11/19/2024, 5:53 AMpulumi/pulumi-python
as base image.
I have resolved this issue by creating a venv inside docker and pointing pulumi projects to use it.