Skip to content

Commit 38edcb5

Browse files
committed
Add var definitions in the top-level manifest for endopint, region, external_id, default_region.
1 parent 578fab9 commit 38edcb5

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

packages/tanium/manifest.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,22 @@ policy_templates:
124124
required: false
125125
show_user: false
126126
description: AWS IAM Role to assume.
127+
- name: endpoint
128+
type: text
129+
title: Endpoint
130+
multi: false
131+
required: false
132+
show_user: false
133+
default: ""
134+
description: URL of the entry point for an AWS web service.
135+
- name: region
136+
type: text
137+
title: Region
138+
multi: false
139+
required: false
140+
show_user: false
141+
default: ""
142+
description: The name of the AWS region of the end point.
127143
- name: fips_enabled
128144
type: bool
129145
title: Enable S3 FIPS
@@ -132,6 +148,21 @@ policy_templates:
132148
required: false
133149
show_user: false
134150
description: Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
151+
- name: external_id
152+
type: text
153+
title: External ID
154+
multi: false
155+
required: false
156+
show_user: false
157+
description: External ID to use when assuming a role in another account, see [the AWS documentation for use of external IDs](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html).
158+
- name: default_region
159+
type: text
160+
title: Default AWS Region
161+
multi: false
162+
required: false
163+
show_user: false
164+
default: ""
165+
description: Default region to use prior to connecting to region specific services/endpoints if no AWS region is set from environment variable, credentials or instance profile. If none of the above are set and no default region is set as well, `us-east-1` is used. A region, either from environment variable, credentials or instance profile or from this default region setting, needs to be set when using regions in non-regular AWS environments such as AWS China or US Government Isolated.
135166
- name: proxy_url
136167
type: text
137168
title: Proxy URL

0 commit comments

Comments
 (0)