File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -648,7 +648,26 @@ Please notice that `USERCERT_NAME` and `USERKEY_NAME` correspond to the name of
648
648
649
649
A diagram of how the proxy certificate is created and mounted on the daemons is displayed below:
650
650
651
- 
651
+ ```mermaid
652
+ graph TD
653
+
654
+ voms[VOMS]
655
+ fts[FTS Renewal Daemon]
656
+
657
+ A((user x509)) --> B((Rucio Identity))
658
+ B --> C[upload, <br> download, <br> ...]
659
+ C --> D[x509 Service]
660
+
661
+
662
+ D --> fts --"x509 service"---> voms --"auth confirmation"---> fts
663
+ fts --"x509 proxy"--> mount[secretMount]
664
+
665
+ mount --> i((daemon))
666
+ mount --> j((daemon))
667
+ mount --> k((daemon))
668
+
669
+ ```
670
+
652
671
## Rucio UI
653
672
[Reference Helm Chart](https://gitlab.cern.ch/rucio-it/flux-compass/-/blob/master/sync/rucio-ui.yaml?ref_type=heads).
654
673
You can’t perform that action at this time.
0 commit comments