File tree Expand file tree Collapse file tree 4 files changed +19
-11
lines changed
Expand file tree Collapse file tree 4 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : v0.0.7-5-ge3a7e35
2+ _commit : v0.0.7-6-g7d6bd40
33_src_path : gh:LabAutomationAndScreening/copier-base-template.git
44description : Copier template for creating Python libraries and executables
55python_ci_versions :
Original file line number Diff line number Diff line change 99 LOCALSTACK_ENDPOINT_URL=" http://localstack:4566"
1010fi
1111
12+ cat >> ~ /.aws/credentials << EOF
13+ [localstack]
14+ aws_access_key_id=test
15+ aws_secret_access_key=test
16+ EOF
17+
1218cat >> ~ /.aws/config << EOF
1319[profile localstack]
1420region=us-east-1
1521output=json
1622endpoint_url = $LOCALSTACK_ENDPOINT_URL
1723EOF
18- cat >> ~ /.aws/credentials << EOF
19- [localstack]
20- aws_access_key_id=test
21- aws_secret_access_key=test
22- EOF
Original file line number Diff line number Diff line change @@ -59,6 +59,12 @@ aws_central_infrastructure_account_id:
5959 help : What's the ID of your Organization's AWS Account containing Central Infrastructure (e.g. CodeArtifact)?
6060 when : " {{ python_package_registry == 'AWS CodeArtifact' }}"
6161
62+ core_infra_base_access_profile_name :
63+ type : str
64+ help : What's the AWS Identity Center Profile name for base access to the Central Infrastructure account (i.e. to read from CodeArtifact)?
65+ when : " {{ python_package_registry == 'AWS CodeArtifact' }}"
66+ default : CoreInfraBaseAccess
67+
6268
6369
6470
Original file line number Diff line number Diff line change 99 LOCALSTACK_ENDPOINT_URL=" http://localstack:4566"
1010fi
1111
12+ cat >> ~ /.aws/credentials << EOF
13+ [localstack]
14+ aws_access_key_id=test
15+ aws_secret_access_key=test
16+ EOF
17+
1218cat >> ~ /.aws/config << EOF
1319[profile localstack]
1420region=us-east-1
1521output=json
1622endpoint_url = $LOCALSTACK_ENDPOINT_URL
1723EOF
18- cat >> ~ /.aws/credentials << EOF
19- [localstack]
20- aws_access_key_id=test
21- aws_secret_access_key=test
22- EOF
You can’t perform that action at this time.
0 commit comments