Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions flyteidl2/common/authorization.proto
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ enum Action {

// View identities, this includes human users and machine apps (client creds)
ACTION_VIEW_IDENTITIES = 17;

// Manage cluster queues
ACTION_MANAGE_QUEUE = 18;
}

// Defines a set of allowed actions on a specific authorization resource.
Expand Down
34 changes: 20 additions & 14 deletions gen/go/flyteidl2/common/authorization.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gen/python/flyteidl2/common/authorization_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions gen/python/flyteidl2/common/authorization_pb2.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading