Mermaid for Adnane#
flowchart TD
%% Workflow
user((user : keySSH)) --> bastion_dsi[[Bastion DSI]]
bastion_dsi -->bastion_rd["Bastion R&D Vm131"]
bastion_rd -->|access granted| infra_rd[(Infra R&D)]
%% Style
classDef class1 fill:#3399cc
classDef class2 fill:#663399
classDef class3 fill:#9999cc
user:::class1
bastion_dsi:::class2
bastion_rd:::class2
infra_rd:::class3
style bastion_dsi color:#ffffff
style bastion_rd color:#ffffff
style user color:#ffffff
style infra_rd color:#ffffff