Skip to content
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

Fix SSH_HOSTS environment variable to actually work #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jussikinnula
Copy link

Apparently Heroku environment variables for the application are not exposed to buildpacks, instead $ENV_DIR directory contains files for the environment variables application uses. This fixes that actually setting SSH_HOSTS works with this buildpack.

@kevincolten
Copy link

@kapetan @christianklotz Tested and works (and is needed to be functional)

@jussikinnula
Copy link
Author

Any changes of merging the changes?

@zyv
Copy link

zyv commented Nov 26, 2017

+1

Wojcirej added a commit to Wojcirej/ssh-private-key-buildpack that referenced this pull request Mar 21, 2024
This is fix provided in the following PR: debitoor#9
Wojcirej added a commit to Wojcirej/ssh-private-key-buildpack that referenced this pull request Mar 21, 2024
This is fix provided in the following PR: debitoor#9

Apparently Heroku environment variables for the application are not exposed to buildpacks, instead $ENV_DIR directory contains files for the environment variables application uses. This fixes that actually setting SSH_HOSTS works with this buildpack.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants