bipinupd commented on a change in pull request #14215:
URL: https://github.com/apache/beam/pull/14215#discussion_r608009294



##########
File path: .test-infra/kubernetes/influxdb/influxdb.yml
##########
@@ -18,7 +18,7 @@ kind: Secret
 metadata:
   name: influxdb-creds
 data:
-  INFLUXDB_USER: c3VwZXJzYWRtaW4=
+  INFLUXDB_USER: c3VwZXJhZG1pbg==

Review comment:
       The username/password are base64 encoded values. It can be anything, 
InfluxDB container creates the container based on that (env variables below). 
It is referenced when running IT test, 
   
https://github.com/apache/beam/blob/master/.test-infra/jenkins/job_PerformanceTests_InfluxDBIO_IT.groovy#L38
   
   and also used as default values in Pipeline Options in Java Code 
(https://github.com/apache/beam/blob/master/sdks/java/io/influxdb/src/test/java/org/apache/beam/sdk/io/influxdb/InfluxDBPipelineOptions.java#L33)
 .




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to