Vault-course lab issue

  1. For the Vault course, the lab on “Deploying with Integrated Storage is not working”

bob@node-1 /etc/vault.d​:lock: via :diamond_shape_with_a_dot_inside: default ➜ vault operator raft list-peers
Error reading the raft cluster configuration: Error making API request.

URL: GET http://10.47.204.15:8200/v1/sys/storage/raft/configuration
Code: 403. Errors:

*** permission denied**

I ran into this one too, it’s a bug in the content with an easy workaround. One has to login first:

vault login $(grep -oP "(?<=Initial Root Token: ).*" /opt/vault.creds)
vault operator raft list-peers

cc @rob_kodekloud @btkrausen