Skip to content

Commit cfd4991

Browse files
sbrekersevein
authored andcommitted
Update threat model
Updated connection types to 'https'. Updated Github action to refer to the correct threagile file name.
1 parent 0f402e6 commit cfd4991

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/threagile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
paths:
4-
- "threat_model.yaml" # Execute only when the threat model changes
4+
- "enduro.threagile.yaml" # Execute only when the threat model changes
55

66
jobs:
77
threagile_job:

enduro.threagile.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ technical_assets:
228228
EnduroAPIRequestTraffic:
229229
target: ingress-controller
230230
description: reverse proxy https endpoint
231-
protocol: binary-encrypted
231+
protocol: https
232232
authentication: token
233233
authorization: enduser-identity-propagation
234234
tags:
@@ -304,7 +304,7 @@ technical_assets:
304304
EnduroAPIRequestTraffic:
305305
target: enduro-api
306306
description: reverse proxy https endpoint
307-
protocol: binary-encrypted
307+
protocol: https
308308
authentication: token # values: none, credentials, session-id, token, client-certificate, two-factor
309309
authorization: enduser-identity-propagation # values: none, technical-user, enduser-identity-propagation
310310
tags:
@@ -559,7 +559,7 @@ technical_assets:
559559
StartProcessingSignal:
560560
target: a3m
561561
description: The worker will trigger a3m to begin processing.
562-
protocol: binary-encrypted
562+
protocol: https
563563
authentication: none
564564
authorization: none
565565
tags:
@@ -644,7 +644,7 @@ technical_assets:
644644
WorkflowDetailsTraffic:
645645
target: mysql
646646
description: Update and retrieve collection info in mysql db.
647-
protocol: binary-encrypted
647+
protocol: https
648648
authentication: credentials # values: none, credentials, session-id, token, client-certificate, two-factor
649649
authorization: none # values: none, technical-user, enduser-identity-propagation
650650
tags:
@@ -762,7 +762,7 @@ technical_assets:
762762
WorkflowDetailsTraffic:
763763
target: mysql
764764
description: Update and retrieve collection info in mysql db.
765-
protocol: binary-encrypted
765+
protocol: https
766766
authentication: credentials # values: none, credentials, session-id, token, client-certificate, two-factor
767767
authorization: none # values: none, technical-user, enduser-identity-propagation
768768
tags:
@@ -778,7 +778,7 @@ technical_assets:
778778
TemporalTraffic:
779779
target: temporal
780780
description: description
781-
protocol: binary-encrypted
781+
protocol: https
782782
authentication: none # values: none, credentials, session-id, token, client-certificate, two-factor
783783
authorization: enduser-identity-propagation # values: none, technical-user, enduser-identity-propagation
784784
tags:

0 commit comments

Comments
 (0)