Hi, I am running Vault in an HA setup with 3 VMs. I upgraded it from 0.10.3 to 0.11.5 first, and I was able to do:
"$ vault login -method=ldap username=khusro.jaleel"
And this was working fine.
I have now upgraded my instances from 0.11.5 to 1.0.1 using the Linux AMD64 binary from [1] but I now get the following error when trying to login:
* error performing token check: failed to look up namespace from the token: no namespace
Isn't namespaces an enterprise only feature? Have I accidentally downloaded an Enterprise version of Vault? I tried going back to version "0.11.6" of the client side binary and also running a "0.11.5" server against the exact same data set, but I still get the exact same error. Is this fixable?
I also noticed that 1.0.1 isn't available on the main Downloads link, is there a reason for that?