File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
ewolff_microservice/model_variants
piomin_sample-spring-oauth2-microservices
sqshq_piggymetrics/model_variants Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ digraph dfd2{
32
32
secret_manager [label = "{Process: secret_manager | --infrastructural--\n--secret_manager--}" shape = Mrecord];
33
33
eureka -> secret_manager [label = " --restful_http--\n"]
34
34
zuul -> secret_manager [label = " --restful_http--\n"]
35
- turine -> secret_manager [label = " --restful_http--\n"]
35
+ turbine -> secret_manager [label = " --restful_http--\n"]
36
36
catalog -> secret_manager [label = " --restful_http--\n"]
37
37
customer -> secret_manager [label = " --restful_http--\n"]
38
38
order -> secret_manager [label = " --restful_http--\n"]
Original file line number Diff line number Diff line change 197
197
{
198
198
"name" : " database_gateway_server" ,
199
199
"stereotypes" : [
200
- " external_database"
200
+ " external_database" ,
201
201
" plaintext_credentials"
202
202
],
203
203
"tagged_values" : {
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ digraph dfd2{
66
66
registry -> monitoring [label = " --restful_http--"]
67
67
rabbitmq -> monitoring [label = " --restful_http--"]
68
68
account_service -> monitoring [label = " --restful_http--"]
69
- auth_server -> monitoring [label = " --restful_http--"]
69
+ auth_service -> monitoring [label = " --restful_http--"]
70
70
notification_service -> monitoring [label = " --restful_http--"]
71
71
statistics_service -> monitoring [label = " --restful_http--"]
72
72
gateway -> monitoring [label = " --restful_http--"]
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ digraph dfd2{
66
66
registry -> monitoring [label = " --restful_http--"]
67
67
rabbitmq -> monitoring [label = " --restful_http--"]
68
68
account_service -> monitoring [label = " --restful_http--"]
69
- auth_server -> monitoring [label = " --restful_http--"]
69
+ auth_service -> monitoring [label = " --restful_http--"]
70
70
notification_service -> monitoring [label = " --restful_http--"]
71
71
statistics_service -> monitoring [label = " --restful_http--"]
72
72
gateway -> monitoring [label = " --restful_http--"]
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ digraph dfd2{
66
66
registry -> rabbitmq [label = " --restful_http--"]
67
67
rabbitmq -> monitoring [label = " --restful_http--"]
68
68
account_service -> rabbitmq [label = " --restful_http--"]
69
- auth_server -> rabbitmq [label = " --restful_http--"]
69
+ auth_service -> rabbitmq [label = " --restful_http--"]
70
70
notification_service -> rabbitmq [label = " --restful_http--"]
71
71
statistics_service -> rabbitmq [label = " --restful_http--"]
72
72
gateway -> rabbitmq [label = " --restful_http--"]
You can’t perform that action at this time.
0 commit comments