mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Loadtesting - osquery deployment session timeout increase (#36097)
This commit is contained in:
parent
1a436c3dd2
commit
e0be06fa76
2 changed files with 2 additions and 0 deletions
1
.github/workflows/loadtest-osquery-perf.yml
vendored
1
.github/workflows/loadtest-osquery-perf.yml
vendored
|
|
@ -80,6 +80,7 @@ jobs:
|
|||
with:
|
||||
role-to-assume: ${{env.AWS_IAM_ROLE}}
|
||||
aws-region: ${{ env.AWS_REGION }}
|
||||
role-duration-seconds: 10800
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ resource "aws_iam_openid_connect_provider" "github" {
|
|||
resource "aws_iam_role" "gha_role" {
|
||||
name = "github-actions-role"
|
||||
assume_role_policy = data.aws_iam_policy_document.gha_assume_role.json
|
||||
max_session_duration = 10800
|
||||
}
|
||||
|
||||
resource "aws_iam_role_policy" "gha_role_policy" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue