Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
📖 update use-cases (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Ilario <filario@redhat.com>
  • Loading branch information
filariow authored Apr 19, 2024
1 parent 68af317 commit 41bf3e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file modified doc/design/workflows/imgs/user_change_visibility.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/design/workflows/imgs/user_onboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions doc/design/workflows/user_change_visibility.mmd
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
sequenceDiagram
actor U as User

participant P as Proxy
participant WA as Workspaces API
participant KA as K8s ApiServer
participant WO as Workspace Operator
participant HO as Host Operator
participant KAMC as Member Clusters

U->>P: Change Workspace Visibility to public
P->>KA: Proxy request
U->>WA: Create Workspace with Visibility set to community
WA->>KA: Update Workspace
KA-->>WO: Notify Workspace Event
WO->>KA: Create Space Binding for public-viewer

KA-->>HO: Notify Space Binding Event
HO->>KAMC: Create RoleBindings for public-viewer

U->>P: Change Workspace Visibility to private
P->>KA: Proxy request
U->>WA: Update Workspace Visibility to private
WA->>KA: Update Workspace
KA-->>WO: Notify Workspace Event
WO->>KA: Delete Space Binding for public-viewer

Expand Down
2 changes: 1 addition & 1 deletion doc/design/workflows/user_onboard.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sequenceDiagram
participant HO as Host Operator
participant WO as Workspaces Operator

actor D as SRE
actor D as SRE or Automation

U->>RS: Sign Up
RS->>KA: Create UserSignup
Expand Down

0 comments on commit 41bf3e4

Please sign in to comment.