Skip to content

Commit efd161c

Browse files
authored
Extend AWS support for temporary tokens [SRTSR-47] (#309)
This updates interfaces for supporting temporary tokens in AWS. Tested this locally and it seems to enforce it if providing a list vs a string: ``` semgrep error: Invalid rule schema ['list1', 'list2'] is not of type 'string' ``` General checklist doesn't apply since we aren't updating an .atd for this.
1 parent 64dd682 commit efd161c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rule_schema_v1.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ $defs:
7676
type: string
7777
region:
7878
type: string
79+
session_token:
80+
type: string
7981
required: [ access_key_id, secret_access_key, region ]
8082
# EXPERIMENTAL
8183
http-request-content:

0 commit comments

Comments
 (0)