-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugin-mtls is not installing using heroku cli #2761
Comments
I am seeing this too. Though I logged an issue here. It seems one of the dependencies may have changes its requirements and since the cli bundles its own version of node, there is a conflict. This is happening on macOS 14.4.1 (M1) and Debian inside of Docker. |
I received an email from Heroku support indicating that this is a know issue that they are looking into. I was able to downgrade successfully.
|
Hey @AaronRustad thanks for the quick update.Now I want to understand why they are not upgrading the nodejs version of the heroku cli because its a way outdated. What factors or concerns does stopping them to upgrade Nodejs to the latest version. |
Root Cause Analysis
|
Do you want to request a feature or report a bug?
If bug, first try running
heroku update
and settingDEBUG=*
to see extra debug information.What is the current behavior?
Unable to install mtls plugin for generating certificates using mtls method in order to access private heroku postgres db using heroku cli. Reason due to its outdated nodejs version
Steps to reproduce:
heroku version
to check whether the latest version is installed or not.heroku update
.heroku plugins:install @heroku-cli/plugin-mtls
.What is the expected behavior?
Current heroku version
heroku/8.11.1 win32-x64 node-v16.20.2
OS:
Windows 11
It should show that once mtls plugins installed successfully , after typing
heroku plugins
in the cmd,it should show that mtls plugins is installed along with its versionEg:
The text was updated successfully, but these errors were encountered: