Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add github repo access integration events #52893

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
734 changes: 377 additions & 357 deletions api/gen/proto/go/usageevents/v1/usageevents.pb.go

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions api/proto/teleport/usageevents/v1/usageevents.proto
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ enum IntegrationEnrollKind {
INTEGRATION_ENROLL_KIND_MACHINE_ID_SPACELIFT = 24;
INTEGRATION_ENROLL_KIND_MACHINE_ID_KUBERNETES = 25;
INTEGRATION_ENROLL_KIND_AWS_IDENTITY_CENTER = 26;
INTEGRATION_ENROLL_KIND_GITHUB_REPO_ACCESS = 27;
}

// IntegrationEnrollMetadata contains common metadata
Expand Down Expand Up @@ -642,6 +643,12 @@ enum IntegrationEnrollStep {
INTEGRATION_ENROLL_STEP_AWSIC_SET_ACCESSLIST_DEFAULT_OWNER = 2;
INTEGRATION_ENROLL_STEP_AWSIC_UPLOAD_AWS_SAML_SP_METADATA = 3;
INTEGRATION_ENROLL_STEP_AWSIC_TEST_SCIM_CONNECTION = 4;

// GITHUBRA denotes GitHub Repo Access.
INTEGRATION_ENROLL_STEP_GITHUBRA_CREATE_INTEGRATION = 5;
INTEGRATION_ENROLL_STEP_GITHUBRA_CREATE_GIT_SERVER = 6;
INTEGRATION_ENROLL_STEP_GITHUBRA_CONFIGURE_SSH_CERT = 7;
INTEGRATION_ENROLL_STEP_GITHUBRA_CREATE_ROLE = 8;
}

// IntegrationEnrollStatusCode defines status code for an integration enroll step.
Expand Down
Loading
Loading