1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
[profile cred_proc_no_arn_set]
credential_process = type .\testdata\test_json.json
[profile cred_proc_arn_set]
role_arn = assume_role_w_creds_proc_role_arn
credential_process = type .\testdata\test_json.json
[profile chained_cred_proc]
role_arn = assume_role_w_creds_proc_source_prof
source_profile = cred_proc_no_arn_set
[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 = type .\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
[profile webident]
web_identity_token_file = .\testdata\wit.txt
role_arn = webident_arn
[profile webident-partial]
web_identity_token_file = .\testdata\wit.txt
|