File: config_source_shared_for_windows

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 662,428 kB
  • sloc: java: 16,875; makefile: 432; sh: 175
file content (32 lines) | stat: -rw-r--r-- 913 bytes parent folder | download | duplicates (4)
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