File: //opt/go/pkg/mod/github.com/aws/
[email protected]/aws/session/testdata/credential_source_config
[env_var_credential_source]
role_arn = assume_role_w_creds_role_arn_env
credential_source = Environment
[invalid_source_and_credential_source]
role_arn = assume_role_w_creds_role_arn_bad
credential_source = Environment
source_profile = env_var_credential_source
[ec2metadata]
role_arn = assume_role_w_creds_role_arn_ec2
credential_source = Ec2InstanceMetadata
[ecscontainer]
role_arn = assume_role_w_creds_role_arn_ecs
credential_source = EcsContainer
[chained_assume_role]
role_arn = assume_role_w_creds_role_arn_chain
source_profile = ec2metadata
[cred_proc_no_arn_set]
credential_process = cat ./testdata/test_json.json
[cred_proc_arn_set]
role_arn = assume_role_w_creds_proc_role_arn
credential_process = cat ./testdata/test_json.json
[chained_cred_proc]
role_arn = assume_role_w_creds_proc_source_prof
source_profile = cred_proc_no_arn_set
[profile sso_creds]
sso_account_id = 012345678901
sso_region = us-west-2
sso_role_name = TestRole
sso_start_url = https://127.0.0.1/start
[profile source_sso_creds]
role_arn = source_sso_creds_arn
source_profile = sso_creds
[profile assume_sso_and_static]
role_arn = assume_sso_and_static_arn
source_profile = sso_and_static
[profile sso_and_static]
aws_access_key_id = sso_and_static_akid
aws_secret_access_key = sso_and_static_secret
aws_session_token = sso_and_static_token
sso_account_id = 012345678901
sso_region = us-west-2
sso_role_name = TestRole
sso_start_url = https://THIS_SHOULD_NOT_BE_IN_TESTDATA_CACHE/start
[profile sso_invalid]
sso_account_id = 012345678901
sso_role_name = TestRole
[profile sso_mixed_credproc]
sso_account_id = 012345678901
sso_region = us-west-2
sso_role_name = TestRole
sso_start_url = https://127.0.0.1/start
credential_process = cat ./testdata/test_json.json
[profile sso_mixed_webident]
web_identity_token_file = ./testdata/wit.txt
role_arn = sso_mixed_webident_arn
sso_account_id = 012345678901
sso_region = us-west-2
sso_role_name = TestRole
sso_start_url = https://127.0.0.1/start