Skip to content

Commit d7c29b2

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

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ee/rbac/lib/internal_api/audit.pb.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ defmodule InternalApi.Audit.Event.Resource do
6767
field(:Okta, 17)
6868
field(:FlakyTests, 18)
6969
field(:RBACRole, 19)
70+
field(:ServiceAccount, 20)
7071
end
7172

7273
defmodule InternalApi.Audit.Event.Operation do

ee/rbac/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

ee/rbac/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)