File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 7
7
class Gcp < Provider
8
8
STATUS_FEED_URL = 'https://status.cloud.google.com/incidents.json'
9
9
URI_ROOT = 'https://status.cloud.google.com/'
10
- SERVICES_OF_INTEREST = [ 'Cloud Developer Tools' ,
10
+ SERVICES_OF_INTEREST = [ 'Cloud Armor' ,
11
+ 'Cloud Developer Tools' ,
11
12
'Cloud Filestore' ,
12
13
'Cloud Firestore' ,
13
14
'Cloud Key Management Service' ,
14
15
'Cloud Memorystore' ,
16
+ 'Cloud Run' ,
15
17
'Cloud Security Command Center' ,
16
18
'Cloud Spanner' ,
17
19
'Google App Engine' ,
18
20
'Google BigQuery' ,
19
21
'Google Cloud Bigtable' ,
22
+ 'Google Cloud Composer' ,
20
23
'Google Cloud Console' ,
24
+ 'Google Cloud Dataflow' ,
21
25
'Google Cloud Datastore' ,
22
26
'Google Cloud DNS' ,
23
27
'Google Cloud Functions' ,
@@ -31,7 +35,8 @@ class Gcp < Provider
31
35
'Google Compute Engine' ,
32
36
'Google Kubernetes Engine' ,
33
37
'Google Stackdriver' ,
34
- 'Identity and Access Management' ] . freeze
38
+ 'Identity and Access Management' ,
39
+ 'Secret Manager' ] . freeze
35
40
36
41
def initialize
37
42
super
You can’t perform that action at this time.
0 commit comments