diff --git a/go.sum b/go.sum index 6c452fd58b4..188b8cfbe74 100644 --- a/go.sum +++ b/go.sum @@ -78,6 +78,7 @@ github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsr github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creasty/defaults v1.5.1 h1:j8WexcS3d/t4ZmllX4GEkl4wIB/trOr035ajcLHCISM= github.com/creasty/defaults v1.5.1/go.mod h1:FPZ+Y0WNrbqOVw+c6av63eyHUAl6pMHZwqLPvXUZGfY= +github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= diff --git a/packages/gcp/data_stream/audit/manifest.yml b/packages/gcp/data_stream/audit/manifest.yml index 52500673994..feeadb14ba9 100644 --- a/packages/gcp/data_stream/audit/manifest.yml +++ b/packages/gcp/data_stream/audit/manifest.yml @@ -24,14 +24,14 @@ streams: description: If true, the integration will create the subscription on start. multi: false required: true - show_user: true + show_user: false default: false - name: tags type: text title: Tags multi: true required: true - show_user: true + show_user: false default: - forwarded template_path: gcp-pubsub.yml.hbs diff --git a/packages/gcp/data_stream/firewall/_dev/test/system/test-pubsub-config.yml b/packages/gcp/data_stream/firewall/_dev/test/system/test-pubsub-config.yml index f49000217e1..43d3543d698 100644 --- a/packages/gcp/data_stream/firewall/_dev/test/system/test-pubsub-config.yml +++ b/packages/gcp/data_stream/firewall/_dev/test/system/test-pubsub-config.yml @@ -7,4 +7,4 @@ vars: data_stream: vars: subscription_name: subscription - topic: topic \ No newline at end of file + topic: topic diff --git a/packages/gcp/data_stream/firewall/manifest.yml b/packages/gcp/data_stream/firewall/manifest.yml index c75eb8e89f1..e0bbe15f70a 100644 --- a/packages/gcp/data_stream/firewall/manifest.yml +++ b/packages/gcp/data_stream/firewall/manifest.yml @@ -24,14 +24,14 @@ streams: description: If true, the integration will create the subscription on start. multi: false required: true - show_user: true + show_user: false default: false - name: tags type: text title: Tags multi: true required: true - show_user: true + show_user: false default: - forwarded template_path: gcp-pubsub.yml.hbs diff --git a/packages/gcp/data_stream/vpcflow/_dev/test/system/test-pubsub-config.yml b/packages/gcp/data_stream/vpcflow/_dev/test/system/test-pubsub-config.yml index 5af5cc8bef9..1128cfe38cf 100644 --- a/packages/gcp/data_stream/vpcflow/_dev/test/system/test-pubsub-config.yml +++ b/packages/gcp/data_stream/vpcflow/_dev/test/system/test-pubsub-config.yml @@ -7,4 +7,4 @@ vars: data_stream: vars: subscription_name: subscription - topic: topic \ No newline at end of file + topic: topic diff --git a/packages/gcp/data_stream/vpcflow/manifest.yml b/packages/gcp/data_stream/vpcflow/manifest.yml index d41395838ab..809efd783f6 100644 --- a/packages/gcp/data_stream/vpcflow/manifest.yml +++ b/packages/gcp/data_stream/vpcflow/manifest.yml @@ -24,14 +24,14 @@ streams: description: If true, the integration will create the subscription on start. multi: false required: true - show_user: true + show_user: false default: false - name: tags type: text title: Tags multi: true required: true - show_user: true + show_user: false default: - forwarded template_path: gcp-pubsub.yml.hbs