Skip to content

Commit d6ac5d8

Browse files
Google APIscopybara-github
authored andcommitted
feat: add enable_relay field to advanced_datapath_observability_config
--- feat: Enable Enterprise Flag to allow configuring Advanced Vuln Insights PiperOrigin-RevId: 584402755
1 parent 3413c93 commit d6ac5d8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

google/container/v1/cluster_service.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,6 +2011,10 @@ message SecurityPostureConfig {
20112011

20122012
// Applies basic vulnerability scanning on the cluster.
20132013
VULNERABILITY_BASIC = 2;
2014+
2015+
// Applies the Security Posture's vulnerability on cluster Enterprise level
2016+
// features.
2017+
VULNERABILITY_ENTERPRISE = 3;
20142018
}
20152019

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

50975101
// Method used to make Relay available
50985102
RelayMode relay_mode = 2;
5103+
5104+
// Enable Relay component
5105+
optional bool enable_relay = 3;
50995106
}
51005107

51015108
// NodePoolLoggingConfig specifies logging configuration for nodepools.

0 commit comments

Comments
 (0)