Skip to content

Commit 585e421

Browse files
committed
feat(dos-search): FTRS-765 simplifying
1 parent ac44d1a commit 585e421

File tree

5 files changed

+0
-19
lines changed

5 files changed

+0
-19
lines changed

.github/workflows/deploy-application-infrastructure.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ on:
6262
MGMT_ACCOUNT_ID:
6363
description: "Management AWS account ID for credentials"
6464
required: true
65-
SLACK_WEBHOOK_ALARMS_URL:
66-
description: "Slack webhook URL for CloudWatch alarm notifications"
67-
required: false
6865
outputs:
6966
plan_result:
7067
description: "The Terraform plan output"
@@ -97,9 +94,6 @@ jobs:
9794
secrets:
9895
ACCOUNT_ID: ${{ secrets.ACCOUNT_ID }}
9996
MGMT_ACCOUNT_ID: ${{ secrets.MGMT_ACCOUNT_ID }}
100-
SLACK_WEBHOOK_ALARMS_URL: ${{ secrets.SLACK_WEBHOOK_ALARMS_URL }}
101-
102-
manual-approval-application-infra:
10397
name: "Manual approval for deployment of application infrastructure to the ${{ inputs.environment }} environment"
10498
if: needs.plan-application-infrastructure.outputs.plan_result == 'true' && (inputs.skip_manual_approval != 'true' || !contains(format(',{0},', inputs.skip_manual_approval_environments), format(',{0},', inputs.environment)))
10599
needs:
@@ -144,7 +138,6 @@ jobs:
144138
secrets:
145139
ACCOUNT_ID: ${{ secrets.ACCOUNT_ID }}
146140
MGMT_ACCOUNT_ID: ${{ secrets.MGMT_ACCOUNT_ID }}
147-
SLACK_WEBHOOK_ALARMS_URL: ${{ secrets.SLACK_WEBHOOK_ALARMS_URL }}
148141

149142
deploy_summary:
150143
name: "Summarise deployment of application infrastructure to ${{ inputs.environment }} environment"

.github/workflows/deploy-infrastructure.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ on:
7575
MGMT_ACCOUNT_ID:
7676
description: "Management AWS account ID for credentials"
7777
required: true
78-
SLACK_WEBHOOK_ALARMS_URL:
79-
description: "Slack webhook URL for CloudWatch alarm notifications"
80-
required: false
8178
outputs:
8279
plan_result:
8380
description: "The Terraform plan output"

.github/workflows/infrastructure-cleardown.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ on:
4848
MGMT_ACCOUNT_ID:
4949
description: "Management AWS account ID for credentials"
5050
required: true
51-
SLACK_WEBHOOK_ALARMS_URL:
52-
description: "Slack webhook URL for CloudWatch alarm notifications"
53-
required: false
5451

5552
jobs:
5653
prepare-toggles-artifacts:
@@ -79,7 +76,6 @@ jobs:
7976
secrets:
8077
ACCOUNT_ID: ${{ secrets.ACCOUNT_ID }}
8178
MGMT_ACCOUNT_ID: ${{ secrets.MGMT_ACCOUNT_ID }}
82-
SLACK_WEBHOOK_ALARMS_URL: ${{ secrets.SLACK_WEBHOOK_ALARMS_URL }}
8379

8480
destroy-toggle-infrastructure:
8581
needs:
@@ -101,7 +97,6 @@ jobs:
10197
secrets:
10298
ACCOUNT_ID: ${{ secrets.ACCOUNT_ID }}
10399
MGMT_ACCOUNT_ID: ${{ secrets.MGMT_ACCOUNT_ID }}
104-
SLACK_WEBHOOK_ALARMS_URL: ${{ secrets.SLACK_WEBHOOK_ALARMS_URL }}
105100

106101
cleardown-os-policies:
107102
name: "Cleardown OpenSearch Network Policies"

.github/workflows/pipeline-deploy-account-infrastructure.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ jobs:
137137
secrets:
138138
ACCOUNT_ID: ${{ secrets.ACCOUNT_ID }}
139139
MGMT_ACCOUNT_ID: ${{ secrets.MGMT_ACCOUNT_ID }}
140-
SLACK_WEBHOOK_ALARMS_URL: ${{ secrets.SLACK_WEBHOOK_ALARMS_URL }}
141140

142141
manual-approval:
143142
name: "Manual approval for ${{ needs.metadata.outputs.environment }} infrastructure deployment"
@@ -186,7 +185,6 @@ jobs:
186185
secrets:
187186
ACCOUNT_ID: ${{ secrets.ACCOUNT_ID }}
188187
MGMT_ACCOUNT_ID: ${{ secrets.MGMT_ACCOUNT_ID }}
189-
SLACK_WEBHOOK_ALARMS_URL: ${{ secrets.SLACK_WEBHOOK_ALARMS_URL }}
190188

191189
slack-notifications:
192190
name: "Send Notification to Slack"

.github/workflows/pipeline-deploy-policies.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ jobs:
119119
secrets:
120120
ACCOUNT_ID: ${{ secrets.ACCOUNT_ID }}
121121
MGMT_ACCOUNT_ID: ${{ secrets.MGMT_ACCOUNT_ID }}
122-
SLACK_WEBHOOK_ALARMS_URL: ${{ secrets.SLACK_WEBHOOK_ALARMS_URL }}
123122

124123
manual-approval-permissions:
125124
name: "Manual approval for ${{ needs.metadata.outputs.environment }} permissions infrastructure deployment"
@@ -165,7 +164,6 @@ jobs:
165164
secrets:
166165
ACCOUNT_ID: ${{ secrets.ACCOUNT_ID }}
167166
MGMT_ACCOUNT_ID: ${{ secrets.MGMT_ACCOUNT_ID }}
168-
SLACK_WEBHOOK_ALARMS_URL: ${{ secrets.SLACK_WEBHOOK_ALARMS_URL }}
169167

170168
slack-notifications:
171169
name: "Send Notification to Slack"

0 commit comments

Comments
 (0)