Support password-protected keystores for DCP deployments #46
Labels
bug
Something isn't working
dcp
Relates to DCP or the Compute API
javascript
Relates to JavaScript or Node.js code
python
Relates to Python code
Bifrost DCP deployments via the Pythonic Compute API were not developed with password-locked keystores in mind; the only regularly tested use case involves passwordless keystores, with the default expected names, in the default expected file system locations (
~/.dcp/default.keystore
,~/.dcp/id.keystore
). Deployments will stall when attempting to query for a keystore password, as they are not at present exposing a means by which the user can actually respond to that query.The text was updated successfully, but these errors were encountered: