-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update config translation to respect common config profile and creds …
- Loading branch information
Showing
11 changed files
with
63 additions
and
25 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
translator/tocwconfig/sampleConfig/commonConfig/withCredentials.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# This common-config is used to configure items used for both ssm and cloudwatch access | ||
|
||
|
||
## Configuration for shared credential. | ||
## Default credential strategy will be used if it is absent here: | ||
## Instance role is used for EC2 case by default. | ||
## AmazonCloudWatchAgent profile is used for onPremise case by default. | ||
[credentials] | ||
shared_credential_profile = "default" | ||
shared_credential_file = "/root/.aws/credentials" | ||
|
||
## Configuration for proxy. | ||
## System-wide environment-variable will be read if it is absent here. | ||
## i.e. HTTP_PROXY/http_proxy; HTTPS_PROXY/https_proxy; NO_PROXY/no_proxy | ||
## Note: system-wide environment-variable is not accessible when using ssm run-command. | ||
## Absent in both here and environment-variable means no proxy will be used. | ||
#[proxy] | ||
# http_proxy = "http://127.0.0.1:3280" | ||
# https_proxy = "https://127.0.0.1:3280" | ||
# no_proxy = "254.1.1.1" | ||
|
||
#[ssl] | ||
# ca_bundle_path = "/etc/test/ca_bundle.pem" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters