Skip to content

Commit e9994db

Browse files
hamir-suspectskipi
authored andcommitted
chore(rbac/ce): refresh protos
1 parent d7c29b2 commit e9994db

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

rbac/ce/lib/internal_api/rbac.pb.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ defmodule InternalApi.RBAC.SubjectType do
55

66
field(:USER, 0)
77
field(:GROUP, 1)
8+
field(:SERVICE_ACCOUNT, 2)
89
end
910

1011
defmodule InternalApi.RBAC.Scope do

rbac/ce/lib/internal_api/user.pb.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ defmodule InternalApi.User.User.CreationSource do
5656

5757
field(:NOT_SET, 0)
5858
field(:OKTA, 1)
59+
field(:SERVICE_ACCOUNT, 2)
5960
end
6061

6162
defmodule InternalApi.User.ListFavoritesRequest do

0 commit comments

Comments
 (0)