@@ -228,7 +228,7 @@ technical_assets:
228
228
EnduroAPIRequestTraffic :
229
229
target : ingress-controller
230
230
description : reverse proxy https endpoint
231
- protocol : binary-encrypted
231
+ protocol : https
232
232
authentication : token
233
233
authorization : enduser-identity-propagation
234
234
tags :
@@ -304,7 +304,7 @@ technical_assets:
304
304
EnduroAPIRequestTraffic :
305
305
target : enduro-api
306
306
description : reverse proxy https endpoint
307
- protocol : binary-encrypted
307
+ protocol : https
308
308
authentication : token # values: none, credentials, session-id, token, client-certificate, two-factor
309
309
authorization : enduser-identity-propagation # values: none, technical-user, enduser-identity-propagation
310
310
tags :
@@ -559,7 +559,7 @@ technical_assets:
559
559
StartProcessingSignal :
560
560
target : a3m
561
561
description : The worker will trigger a3m to begin processing.
562
- protocol : binary-encrypted
562
+ protocol : https
563
563
authentication : none
564
564
authorization : none
565
565
tags :
@@ -644,7 +644,7 @@ technical_assets:
644
644
WorkflowDetailsTraffic :
645
645
target : mysql
646
646
description : Update and retrieve collection info in mysql db.
647
- protocol : binary-encrypted
647
+ protocol : https
648
648
authentication : credentials # values: none, credentials, session-id, token, client-certificate, two-factor
649
649
authorization : none # values: none, technical-user, enduser-identity-propagation
650
650
tags :
@@ -762,7 +762,7 @@ technical_assets:
762
762
WorkflowDetailsTraffic :
763
763
target : mysql
764
764
description : Update and retrieve collection info in mysql db.
765
- protocol : binary-encrypted
765
+ protocol : https
766
766
authentication : credentials # values: none, credentials, session-id, token, client-certificate, two-factor
767
767
authorization : none # values: none, technical-user, enduser-identity-propagation
768
768
tags :
@@ -778,7 +778,7 @@ technical_assets:
778
778
TemporalTraffic :
779
779
target : temporal
780
780
description : description
781
- protocol : binary-encrypted
781
+ protocol : https
782
782
authentication : none # values: none, credentials, session-id, token, client-certificate, two-factor
783
783
authorization : enduser-identity-propagation # values: none, technical-user, enduser-identity-propagation
784
784
tags :
0 commit comments