File: credential_source_config

package info (click to toggle)
golang-github-aws-aws-sdk-go 1.36.33-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 163,900 kB
  • sloc: makefile: 182
file content (33 lines) | stat: -rw-r--r-- 854 bytes parent folder | download
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
33
[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