Skip to content

Commit 6aefc68

Browse files
voetbergrdimaio
authored andcommitted
Replace accounts diagram with mermaid js #502
1 parent 3fd6237 commit 6aefc68

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docs/started/concepts/rucio_account.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,26 @@ accounts (N:M mapping). The Rucio authentication system checks if the used
1515
credentials are authorized to use the supplied Rucio account. The figure below
1616
gives an example of the mapping between credentials and Rucio accounts:
1717

18-
![Figure 1](/img/accounts.png)
18+
```mermaid
19+
graph LR
20+
g["i"]
21+
22+
subgraph TB sgcred[Credentials]
23+
b["X509 <br> (barisits)"]
24+
v["X509 <br> (vgaronne)"]
25+
g["X509 <br> (graemes)"]
26+
end
27+
28+
subgraph TB sgaccount[Rucio Accounts]
29+
account_b[barisits]
30+
account_v[vgaronne]
31+
account_p[prod]
32+
account_h[higgs]
33+
end
34+
35+
b --> account_b
36+
v --> account_v
37+
v --> account_h
38+
g --> account_p
39+
g --> account_h
40+
```

website/static/img/accounts.png

-55.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)