Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
Signed-off-by: wang yan <wangyan@vmware.com>
  • Loading branch information
wy65701436 committed Oct 8, 2024
1 parent b41767d commit 8a9319a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions proposals/new/Robot-Account-Expand.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ Creation: If a robot account has the permission to create robot accounts, it can

Update: A nested robot account cannot be assigned the permissions that exceed those of its creator.
1. any nested robot account can be updated by someone who has the robot update permission.
A human user with the relevant robot update permission.
The creator robot account of the nested robot.
The nested robot account itself (if granted the necessary permissions).
1. A human user with the relevant robot update permission.
2. The creator robot account of the nested robot.
3. The nested robot account itself (if granted the necessary permissions).
2. if the **creator robot account is removed**, the nested robot account will be **escalated** to an individual robot account. At that point, **anyone** with the appropriate robot update permission can manage it without any limitation.

**Note**: Since the creator robot account’s permissions can be updated without impacting its nested accounts, this can lead to situations where the **nested robot account has more powerful permissions** than its creator.
Expand Down
1 change: 0 additions & 1 deletion proposals/new/accessory.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ CREATE TABLE artifact_accessory (
### Accessory Interface

```go

type Reference string
type HardRef Reference
type SoftRef Reference
Expand Down

0 comments on commit 8a9319a

Please sign in to comment.