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

Vault integration breaks with 5.6.0.3 #25

Closed
ncabatoff opened this issue May 20, 2021 · 2 comments
Closed

Vault integration breaks with 5.6.0.3 #25

ncabatoff opened this issue May 20, 2021 · 2 comments

Comments

@ncabatoff
Copy link


Aerospike version: Put your Aerospike release version or git describe --long --all output here. For example: "3.15.0.1, heads/master-0-g450aee1"

Docker 5.6.0.3

Client version: *Put which client and the version of the client you are using (if applicable) here. For example: "Java 4.0.8, C 4.2.0"

$ grep aerospike go.mod
        github.com/aerospike/aerospike-client-go v3.1.1+incompatible

Explain your Aerospike Server issue in detail here and (if applicable) provide logs snippets, configuration, and/or reproduction instructions.

The Vault tests for validating Aerospike as a storage backend started failing today. These tests use the "latest" docker image tag, and they fail in the same way when I tried changing the tag to be 5.6.0.3. Changing the tag to 5.5.0.10 makes the tests pass again, as I did in hashicorp/vault#11677.

I'm not familiar with the integration internals, so I'm afraid I can't give much more detail than this. An example failure is here: https://app.circleci.com/pipelines/github/hashicorp/vault/17659/workflows/d4f404a5-b4b5-4aac-996f-d77007fe2b64/jobs/208122/tests#failed-test-0

which contains:

=== RUN   TestAerospikeBackend
    aerospike_test.go:31: initial list failed: Node BB9040012AC4202 172.18.0.4:3000: Unsupported Server Feature
--- FAIL: TestAerospikeBackend (8.71s)

The integration is here: https://github.com/hashicorp/vault/blob/master/physical/aerospike/aerospike.go
And the test failure is here: https://github.com/hashicorp/vault/blob/master/sdk/physical/testing.go#L15

@rbotzer
Copy link
Member

rbotzer commented Jul 22, 2021

@reugn this is about the Aerospike as a Backend Storage integration for Vault.

@reugn
Copy link
Member

reugn commented Jul 24, 2021

hashicorp/vault#12165

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants