Skip to content

Commit

Permalink
DiscoveryConfig Status: add summary fields for RDS and EKS (#49179)
Browse files Browse the repository at this point in the history
This PR adds two new fields which will contain the summary of RDS and
EKS auto enrollment for a given DiscoveryConfig.
  • Loading branch information
marcoandredinis authored Nov 21, 2024
1 parent e842366 commit 2a2a0ae
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 38 deletions.
106 changes: 68 additions & 38 deletions api/gen/proto/go/teleport/discoveryconfig/v1/discoveryconfig.pb.go

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

6 changes: 6 additions & 0 deletions api/proto/teleport/discoveryconfig/v1/discoveryconfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ enum DiscoveryConfigState {
message IntegrationDiscoveredSummary {
// AWSEC2 contains the summary for the AWS EC2 discovered instances.
ResourcesDiscoveredSummary aws_ec2 = 1;

// AWSRDS contains the summary for the AWS RDS discovered databases.
ResourcesDiscoveredSummary aws_rds = 2;

// AWSEKS contains the summary for the AWS EKS discovered clusters.
ResourcesDiscoveredSummary aws_eks = 3;
}

// ResourcesDiscoveredSummary represents the AWS resources that were discovered.
Expand Down

0 comments on commit 2a2a0ae

Please sign in to comment.