Hey,
I am trying to enable the vault auto unseal feature.
I have done the following:
- Created a service principal
- Added API permissions for Microsoft Graph to the service principal
- Created a KeyVault for the auto unseal
- The vault servers are created within 3 VM’s and running
- Added the seal config to the vault configuration vault
Whenever I go and try to restart the vault after updating the vault config file I get the following error:
This is the error I get when I update the vault config file and try to restart it:
sudo systemctl restart vault
Job for vault.service failed because the control process exited with error code.
See “systemctl status vault.service” and “journalctl -xeu vault.service” for details.
Then whenever I remove the seal config and restart it works fine
Can someone please help me out?