Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
f85b63d
chore(aws): migrate to autohive-integrations-sdk 2.0.0
Shubhank-Jonnada Jun 10, 2026
701c068
fix(aws): read credentials from context.auth['credentials'] wrapper
Shubhank-Jonnada Jun 11, 2026
4e0ef60
fix(aws): rewrite integration tests with full coverage of all 20 actions
Shubhank-Jonnada Jun 11, 2026
d43f57a
fix(aws): pass session_token to boto3, fix import and live_context fo…
Shubhank-Jonnada Jun 11, 2026
41ea8a3
fix(aws): assert trail_status key in get_trail_status live test (not …
Shubhank-Jonnada Jun 12, 2026
38b8f48
fix(aws): read aws_session_token only from context.auth; remove os.en…
Shubhank-Jonnada Jun 12, 2026
282dc39
fix(aws): document AWS_SESSION_TOKEN in .env.example
Shubhank-Jonnada Jun 12, 2026
870f8bf
chore(aws): merge master
Shubhank-Jonnada Jun 12, 2026
3156b55
Merge branch 'master' into sj/aws-migration-2.0.0
Shubhank-Jonnada Jun 12, 2026
3727bee
Merge branch 'master' into sj/aws-migration-2.0.0
Shubhank-Jonnada Jun 16, 2026
01b77ce
feat(aws): add optional aws_session_token to custom auth schema
Shubhank-Jonnada Jun 16, 2026
375239f
fix(.env.example): sort integration sections alphabetically to avoid …
Shubhank-Jonnada Jun 17, 2026
a230d06
fix(.env.example): only add own integration section in correct alphab…
Shubhank-Jonnada Jun 17, 2026
5728e5f
fix(.env.example): rebuild from current master + own section only, no…
Shubhank-Jonnada Jun 17, 2026
08196f5
Merge remote-tracking branch 'origin/master' into sj/aws-migration-2.0.0
Shubhank-Jonnada Jun 17, 2026
479b6ab
fix(.env.example): rebuild from current master + own section only
Shubhank-Jonnada Jun 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,26 @@
# ASANA_TEST_PROJECT_GID=
# ASANA_TEST_TASK_GID=

# -- AWS --
# AWS_ACCESS_KEY_ID=
# AWS_SECRET_ACCESS_KEY=
# AWS_REGION=us-east-1
# Optional - STS temporary credentials
# AWS_SESSION_TOKEN=
# Optional - needed for GuardDuty tests
# AWS_DETECTOR_ID=
# Optional - needed for CloudTrail tests
# AWS_TRAIL_NAME=
# Optional - needed for CloudWatch Logs tests
# AWS_LOG_GROUP=
# AWS_LOG_STREAM=
# Optional - needed for CloudWatch alarm tests
# AWS_ALARM_NAME=
# Optional - needed for Security Hub finding tests
# AWS_FINDING_ARN=



# -- Bitly --
# BITLY_ACCESS_TOKEN=

Expand Down
Loading
Loading