Skip to content

Commit

Permalink
Add CTA_OKTA_SCIM enum event
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlisa committed Oct 28, 2024
1 parent c394da0 commit bd1bfee
Show file tree
Hide file tree
Showing 6 changed files with 481 additions and 466 deletions.
674 changes: 339 additions & 335 deletions api/gen/proto/go/usageevents/v1/usageevents.pb.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions api/proto/teleport/usageevents/v1/usageevents.proto
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ enum CTA {
CTA_EXTERNAL_AUDIT_STORAGE = 10;
CTA_OKTA_USER_SYNC = 11;
CTA_ENTRA_ID = 12;
CTA_OKTA_SCIM = 13;
}

// UIDiscoverDeployServiceEvent is emitted after the user installs a Teleport Agent.
Expand Down
264 changes: 134 additions & 130 deletions gen/proto/go/prehog/v1alpha/teleport.pb.go

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion gen/proto/ts/prehog/v1alpha/teleport_pb.ts

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

1 change: 1 addition & 0 deletions proto/prehog/v1alpha/teleport.proto
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ enum CTA {
CTA_EXTERNAL_AUDIT_STORAGE = 10;
CTA_OKTA_USER_SYNC = 11;
CTA_ENTRA_ID = 12;
CTA_OKTA_SCIM = 13;
}

// a request forwarded to a kube cluster's API server (other than exec and
Expand Down
1 change: 1 addition & 0 deletions web/packages/teleport/src/services/userEvent/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ export enum CtaEvent {
CTA_EXTERNAL_AUDIT_STORAGE = 10,
CTA_OKTA_USER_SYNC = 11,
CTA_ENTRA_ID = 12,
CTA_OKTA_SCIM = 13,
}

export enum Feature {
Expand Down

0 comments on commit bd1bfee

Please sign in to comment.