Skip to content
Merged
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
12 changes: 12 additions & 0 deletions api/proto/teleport/legacy/types/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9130,6 +9130,17 @@ message AccessGraphAWSSyncCloudTrailLogs {
string SQSQueue = 2 [(gogoproto.jsontag) = "sqs_queue,omitempty"];
}

// AccessGraphAWSSyncEKSAuditLogs defines the settings for ingesting Kubernetes apiserver
// audit logs from EKS clusters.
message AccessGraphAWSSyncEKSAuditLogs {
// The tags of EKS clusters for which apiserver audit logs should be fetched.
wrappers.LabelValues Tags = 1 [
(gogoproto.nullable) = false,
(gogoproto.jsontag) = "tags,omitempty",
(gogoproto.customtype) = "Labels"
];
}

// AccessGraphAWSSync is a configuration for AWS Access Graph service poll service.
message AccessGraphAWSSync {
// Regions are AWS regions to import resources from.
Expand All @@ -9140,6 +9151,7 @@ message AccessGraphAWSSync {
string Integration = 4 [(gogoproto.jsontag) = "integration,omitempty"];
// Configuration settings for collecting AWS CloudTrail logs via an SQS queue.
AccessGraphAWSSyncCloudTrailLogs cloud_trail_logs = 5 [(gogoproto.jsontag) = "cloud_trail_logs,omitempty"];
AccessGraphAWSSyncEKSAuditLogs eks_audit_logs = 6 [(gogoproto.jsontag) = "eks_audit_logs,omitempty"];
}

// AccessGraphAzureSync is a configuration for Azure Access Graph service poll service.
Expand Down
10 changes: 9 additions & 1 deletion api/types/discoveryconfig/derived.gen.go

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

Loading
Loading