Skip to content

Commit

Permalink
Add datadog enrollment kind
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardjkim committed Sep 20, 2024
1 parent e66f499 commit daf3fa9
Show file tree
Hide file tree
Showing 6 changed files with 406 additions and 389 deletions.
654 changes: 329 additions & 325 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 @@ -572,6 +572,7 @@ enum IntegrationEnrollKind {
INTEGRATION_ENROLL_KIND_MACHINE_ID_ANSIBLE = 17;
INTEGRATION_ENROLL_KIND_SERVICENOW = 18;
INTEGRATION_ENROLL_KIND_ENTRA_ID = 19;
INTEGRATION_ENROLL_KIND_DATADOG_ACCESS = 20;
}

// IntegrationEnrollMetadata contains common metadata
Expand Down
132 changes: 69 additions & 63 deletions gen/proto/go/prehog/v1alpha/teleport.pb.go

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

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 @@ -1033,6 +1033,7 @@ enum IntegrationEnrollKind {
INTEGRATION_ENROLL_KIND_MACHINE_ID_SPACELIFT = 21;
INTEGRATION_ENROLL_KIND_MACHINE_ID_KUBERNETES = 22;
INTEGRATION_ENROLL_KIND_ENTRA_ID = 23;
INTEGRATION_ENROLL_KIND_DATADOG_ACCESS = 24;
}

// IntegrationEnrollMetadata contains common metadata
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 @@ -75,6 +75,7 @@ export enum IntegrationEnrollKind {
MachineIDSpacelift = 'INTEGRATION_ENROLL_KIND_MACHINE_ID_SPACELIFT',
MachineIDKubernetes = 'INTEGRATION_ENROLL_KIND_MACHINE_ID_KUBERNETES',
EntraId = 'INTEGRATION_ENROLL_KIND_ENTRA_ID',
DatadogAccess = 'INTEGRATION_ENROLL_KIND_DATADOG_ACCESS',
}

// These constants should match the constant defined in backend found in:
Expand Down

0 comments on commit daf3fa9

Please sign in to comment.