-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encrypt sensitive information #219
Conversation
2f8c698
to
2dfb82e
Compare
@@ -24,4 +22,8 @@ type Elasticsearch struct { | |||
LogstashFormat *bool `json:"logstashFormat,omitempty"` | |||
// LogstashPrefix defines the logstash prefix index name to write events when logstash_format is true (default: logstash). | |||
LogstashPrefix *string `json:"logstashPrefix,omitempty"` | |||
// Optional, The login credentials to connect to the Elasticsearch node (default: nil) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to the Elasticsearch node
=>
to Elasticsearch
The change looks good to me. |
LGTM. We have discussed it. Can you also add helm e2e test in anthor pr @wenchajun |
6214972
to
9e1078a
Compare
OK,I will do it later |
@@ -24,4 +22,8 @@ type Elasticsearch struct { | |||
LogstashFormat *bool `json:"logstashFormat,omitempty"` | |||
// LogstashPrefix defines the logstash prefix index name to write events when logstash_format is true (default: logstash). | |||
LogstashPrefix *string `json:"logstashPrefix,omitempty"` | |||
// Optional, The login credentials to connect to Elasticsearch node (default: nil) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not Elasticsearch node (default: nil)
Should be Elasticsearch
, node
and (default: nil)
are not necessary
Signed-off-by: chengdehao <[email protected]>
Signed-off-by: chengdehao [email protected]