Skip to content

Commit

Permalink
feat: add enable_relay field to advanced_datapath_observability_config
Browse files Browse the repository at this point in the history
---
feat: Enable Enterprise Flag to allow configuring Advanced Vuln Insights
PiperOrigin-RevId: 584402755
  • Loading branch information
Google APIs authored and Copybara-Service committed Nov 21, 2023
1 parent 3413c93 commit d6ac5d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions google/container/v1/cluster_service.proto
Expand Up @@ -2011,6 +2011,10 @@ message SecurityPostureConfig {

// Applies basic vulnerability scanning on the cluster.
VULNERABILITY_BASIC = 2;

// Applies the Security Posture's vulnerability on cluster Enterprise level
// features.
VULNERABILITY_ENTERPRISE = 3;
}

// Sets which mode to use for Security Posture features.
Expand Down Expand Up @@ -5096,6 +5100,9 @@ message AdvancedDatapathObservabilityConfig {

// Method used to make Relay available
RelayMode relay_mode = 2;

// Enable Relay component
optional bool enable_relay = 3;
}

// NodePoolLoggingConfig specifies logging configuration for nodepools.
Expand Down

0 comments on commit d6ac5d8

Please sign in to comment.