We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd6237 commit 6aefc68Copy full SHA for 6aefc68
docs/started/concepts/rucio_account.md
@@ -15,4 +15,26 @@ accounts (N:M mapping). The Rucio authentication system checks if the used
15
credentials are authorized to use the supplied Rucio account. The figure below
16
gives an example of the mapping between credentials and Rucio accounts:
17
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
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
0 commit comments