Skip to content

Commit

Permalink
docs/authorization.md: add workspace initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
sttts authored and s-urbaniak committed Jun 15, 2022
1 parent f758fab commit c27ea29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,14 @@ roleRef:
name: workspace-admin
```

### Initializing Workspaces

By default, workspaces are only accessible to a user if they are in `Ready` phase. Workspaces that are initializing
can be access only by users that are granted `admin` verb on the `clusterworkspaces/content` resource in the
parent workspace.

Service accounts declared within a workspace don't have access to initializing workspaces.

## Kubernetes Bootstrap Policy authorizer

The bootstrap policy authorizer works just like the local authorizer but references RBAC rules
Expand Down

0 comments on commit c27ea29

Please sign in to comment.