Skip to content
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

Adding support for Consul 1.4 ACL system #5586

Merged
merged 16 commits into from
Nov 2, 2018
Merged
Prev Previous commit
Next Next commit
Ensure tests are run against appropiate Consul versions
  • Loading branch information
ncorrare committed Oct 23, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 497033da02e2e391aa6cda8555bd27135a3ab6fb
3 changes: 2 additions & 1 deletion builtin/logical/consul/backend_old_test.go
Original file line number Diff line number Diff line change
@@ -33,7 +33,8 @@ func prepareTestContainer(t *testing.T, s logical.Storage, b logical.Backend) (c
dockertest.BindDockerToLocalhost = "yep"

testImagePull.Do(func() {
dockertest.Pull(dockertest.ConsulImageName)
//dockertest.Pull(dockertest.ConsulImageName)
dockertest.Pull("consul:1.3.0")
})

try := 0