Skip to content
Snippets Groups Projects
Unverified Commit 36ede409 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh-c4-model/vault: Explicit vault behavior

Refs. swh/infra/sysadm-environment#5608
parent 9819db9b
No related branches found
No related tags found
No related merge requests found
......@@ -350,8 +350,8 @@ workspace {
vault_rpc -> storage_rpc "???" "rpc" "to_check,vault"
vault_cookers -> rabbitmq "Gets a cooking task" "" "vault"
vault_cookers -> graph_rpc "Asks the swhid to cook" "rpc" "to_check,vault"
vault_cookers -> storage_rpc "???" "rpc" "to_check,vault"
vault_cookers -> vault_rpc "Sends the bundle" "" vault"
vault_cookers -> storage_rpc "Retrieves data to cook" "rpc" "to_check,vault"
vault_cookers -> vault_rpc "Sends the bundle" "" "vault"
vault_rpc -> vaultAzureBucket "Stores the bundle" "" "vault"
// search
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment