Skip to content

Commit

Permalink
Hide advanced settings
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr committed Mar 5, 2021
1 parent a7857a0 commit 8bc143c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
4 changes: 2 additions & 2 deletions packages/gcp/data_stream/audit/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ vars:
data_stream:
vars:
subscription_name: subscription
topic: topic
topic: topic
4 changes: 2 additions & 2 deletions packages/gcp/data_stream/firewall/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ vars:
data_stream:
vars:
subscription_name: subscription
topic: topic
topic: topic
4 changes: 2 additions & 2 deletions packages/gcp/data_stream/vpcflow/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bc143c

Please sign in to comment.