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

Commit

Permalink
📖 update user change visibility use-case
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Ilario <filario@redhat.com>
  • Loading branch information
filariow committed Apr 19, 2024
1 parent f574409 commit 74dcd42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.
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: Update Workspace Visibility to public
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

0 comments on commit 74dcd42

Please sign in to comment.