You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Container Preparation container ->> HPCS Server: Request creation of workloads (compute nodes, users, groups ...) authorized to access the key and using SVID to authenticate
22
22
HPCS Server ->> Spire Server: Validate SVID
23
-
Spire Server ->> HPCS Spire Agent:
23
+
Spire Server ->> HPCS Spire Agent:
24
24
HPCS Spire Agent ->> Spire Server: Validate SVID
25
-
Spire Server ->> HPCS Server:
25
+
Spire Server ->> HPCS Server:
26
26
HPCS Server ->> Spire Server: Create workloads identities to access the key
27
-
Spire Server ->> HPCS Server:
27
+
Spire Server ->> HPCS Server:
28
28
HPCS Server ->> Vault: Create role and policy to access the key
29
-
Vault ->> HPCS Server:
29
+
Vault ->> HPCS Server:
30
30
HPCS Server ->> Container Preparation container: SpiffeID & role to access the container, path to the secret
31
31
Container Preparation container ->> Container Preparation container: Parse info file based on previous steps
Copy file name to clipboardexpand all lines: docs/architecture/data_preparation.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -17,24 +17,24 @@ sequenceDiagram
17
17
Data Preparation container ->> Vault: Log-in using SVID
18
18
Vault ->> Data Preparation container: Returns an authentication token (write only on client's path)
19
19
Data Preparation container ->> Vault: Write private key using authentication token
20
-
Vault ->> Data Preparation container:
20
+
Vault ->> Data Preparation container:
21
21
Data Preparation container ->> HPCS Server: Request creation of workloads (compute nodes, users, groups ...) authorized to access the key and using SVID to authenticate
22
22
HPCS Server ->> Spire Server: Validate SVID
23
-
Spire Server ->> HPCS Spire Agent:
23
+
Spire Server ->> HPCS Spire Agent:
24
24
HPCS Spire Agent ->> Spire Server: Validate SVID
25
-
Spire Server ->> HPCS Server:
25
+
Spire Server ->> HPCS Server:
26
26
HPCS Server ->> Spire Server: Create workloads identities to access the key
27
-
Spire Server ->> HPCS Server:
27
+
Spire Server ->> HPCS Server:
28
28
HPCS Server ->> Vault: Create role and policy to access the key
29
-
Vault ->> HPCS Server:
29
+
Vault ->> HPCS Server:
30
30
HPCS Server ->> Data Preparation container: SpiffeID & role to access the container, path to the secret
31
31
Data Preparation container ->> Data Preparation container: Parse info file based on previous steps
32
32
Data Preparation container ->> Supercomputer: Ship encrypted containe
33
-
Supercomputer ->> Data Preparation container:
33
+
Supercomputer ->> Data Preparation container:
34
34
Data Preparation container ->> Supercomputer: Ship info file
35
-
Supercomputer ->> Data Preparation container:
35
+
Supercomputer ->> Data Preparation container:
36
36
Data Preparation container -->> Spire Agent: Kills
0 commit comments