Table of Contents

Create a privileged user

Connect in SSH to the Vault VM forwarding the 8200 port with ssh vault_vm_ip -L 8200:localhost:8200

The port forwarding is needed to access the Vault web ui

Take the auth_token under /root/vault

Navigate to http://localhost:8200. Under access choose ldap and in the users tab add a new one. The name must match the ldap username and the groups should be only adm to get all privileges.