Skip to content

Commit 81831d7

Browse files
Merge pull request #34 from ONSdigital/CLATED-1249-updating-gcp-provider
CLATED-1249-adding additional gcp alerting
2 parents 3e52e39 + 8b0d0fa commit 81831d7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

app/providers/gcp.rb

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,21 @@
77
class Gcp < Provider
88
STATUS_FEED_URL = 'https://status.cloud.google.com/incidents.json'
99
URI_ROOT = 'https://status.cloud.google.com/'
10-
SERVICES_OF_INTEREST = ['Cloud Developer Tools',
10+
SERVICES_OF_INTEREST = ['Cloud Armor',
11+
'Cloud Developer Tools',
1112
'Cloud Filestore',
1213
'Cloud Firestore',
1314
'Cloud Key Management Service',
1415
'Cloud Memorystore',
16+
'Cloud Run',
1517
'Cloud Security Command Center',
1618
'Cloud Spanner',
1719
'Google App Engine',
1820
'Google BigQuery',
1921
'Google Cloud Bigtable',
22+
'Google Cloud Composer',
2023
'Google Cloud Console',
24+
'Google Cloud Dataflow',
2125
'Google Cloud Datastore',
2226
'Google Cloud DNS',
2327
'Google Cloud Functions',
@@ -31,7 +35,8 @@ class Gcp < Provider
3135
'Google Compute Engine',
3236
'Google Kubernetes Engine',
3337
'Google Stackdriver',
34-
'Identity and Access Management'].freeze
38+
'Identity and Access Management',
39+
'Secret Manager'].freeze
3540

3641
def initialize
3742
super

0 commit comments

Comments
 (0)