Skip to content

Commit c068e61

Browse files
committed
pass through AWS_CONTAINER_CREDENTIALS_RELATIVE_URI to enable credential discovery in CodeBuild
1 parent 2380866 commit c068e61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

decrypt_oracle/tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ passenv =
9393
# Pass through AWS profile name (useful for local testing)
9494
AWS_PROFILE \
9595
AWS_DEFAULT_REGION \
96+
# Pass through AWS credentials pointer in ECS/CodeBuild
97+
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI \
9698
# Used to manage test generators
9799
AWS_ENCRYPTION_SDK_PYTHON_DECRYPT_ORACLE_GENERATE_TEST_VECTORS \
98100
AWS_ENCRYPTION_SDK_PYTHON_DECRYPT_ORACLE_REGION \

0 commit comments

Comments
 (0)