edgexfoundry / ci-management

Control repo for Jenkins job and build minion definitions | Owner: DevOps WG
Apache License 2.0
10 stars 34 forks source link

Revert "edgex-templates-integration.yaml: set no security env var" #502

Closed michaelestrin closed 4 years ago

michaelestrin commented 4 years ago

This reverts commit 90d226c6. The commit this reverts was created to modify the non-security Jenkins builds to add the EDGEX_SECURITY_SECRET_STORE=false environment variable required to turn off security. Unfortunately, blackbox-testing's docker-compose doesn't take into account the Jenkins environment and this PR has no effect on the EdgeX containers. We're solving this via https://github.com/edgexfoundry/blackbox-testing/issues/294. This reversion is being done to avoid future confusion around having this environment variable set in the Jenkins build (which does nothing).

See https://github.com/edgexfoundry/blackbox-testing/issues/282

Signed-off-by: Michael W. Estrin me@michaelestrin.com

anonymouse64 commented 4 years ago

This is fine, good job digging in and finding a fix!