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
3 changes: 3 additions & 0 deletions api/proto/teleport/legacy/types/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6496,6 +6496,9 @@ message AWSMatcher {
// Integration is the integration name used to generate credentials to interact with AWS APIs.
// Environment credentials will not be used when this value is set.
string Integration = 7 [(gogoproto.jsontag) = "integration,omitempty"];
// KubeAppDiscovery controls whether Kubernetes App Discovery will be enabled for agents running on
// discovered clusters, currently only affects AWS EKS discovery in integration mode.
bool KubeAppDiscovery = 8 [(gogoproto.jsontag) = "kube_app_discovery,omitempty"];
}

// AssumeRole provides a role ARN and ExternalID to assume an AWS role
Expand Down
Loading