...

Text file src/github.com/aws/aws-sdk-go-v2/config/testdata/config_source_shared_for_windows

Documentation: github.com/aws/aws-sdk-go-v2/config/testdata

     1[profile cred_proc_no_arn_set]
     2credential_process = type .\testdata\test_json.json
     3
     4[profile cred_proc_arn_set]
     5role_arn = assume_role_w_creds_proc_role_arn
     6credential_process = type .\testdata\test_json.json
     7
     8[profile chained_cred_proc]
     9role_arn = assume_role_w_creds_proc_source_prof
    10source_profile = cred_proc_no_arn_set
    11
    12[profile sso_mixed_credproc]
    13sso_account_id = 012345678901
    14sso_region = us-west-2
    15sso_role_name = TestRole
    16sso_start_url = https://127.0.0.1/start
    17credential_process = type .\testdata\test_json.json
    18
    19[profile sso_mixed_webident]
    20web_identity_token_file = .\testdata\wit.txt
    21role_arn = sso_mixed_webident_arn
    22sso_account_id = 012345678901
    23sso_region = us-west-2
    24sso_role_name = TestRole
    25sso_start_url = https://127.0.0.1/start
    26
    27[profile webident]
    28web_identity_token_file = .\testdata\wit.txt
    29role_arn = webident_arn
    30
    31[profile webident-partial]
    32web_identity_token_file = .\testdata\wit.txt

View as plain text