You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
The second time it should return the same error
The database has not been initialized. Please run 'boundary database init'.
instead of
Error parsing KMS configuration: error writing out plugin for execution: open /var/run/boundary/plugin-exec/boundary-plugin-kms-azurekeyvault.gz: text file busy
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
seems like it only happens in certain scenario, if the boundary server is fully started , then stopping the server process will stop the plugin process as well
@jchenship thanks for reporting this issue. I was able to reproduce it locally and I have a PR up that fixes this and some other situations that would produce the same/similar error. You might notice that we also did not cleanup the plugins after running database init even without an error.
Describe the bug
To Reproduce
See above screenshot
When the database not initialized, run
sudo -u boundary /usr/bin/boundary server -config /etc/boundary/controller.hcl
twiceconfig
Expected behavior
The second time it should return the same error
instead of
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: