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

Handle relative ssh key paths in TF JSON #1398

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Handle relative ssh key paths in TF JSON #1398

wants to merge 17 commits into from

Conversation

kke
Copy link
Contributor

@kke kke commented Jun 12, 2019

Fixes #1397
Fixes #1402

Makes ssh_key_path option handle relative paths (relative to the tf.json location)

@kke kke added bug Something isn't working enhancement New feature or request labels Jun 12, 2019
@kke
Copy link
Contributor Author

kke commented Jun 12, 2019

I don't know how this is supposed to work anymore.

@kke kke changed the title Handle relative ssh key paths in TF JSON and validate file exists Handle relative ssh key paths in TF JSON Jun 13, 2019
@kke kke requested a review from jakolehm June 13, 2019 12:01
Dir.chdir(config_yaml.dirname) do
if command_list.empty?
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Config parsing in ssh/exec interactive mode was not done in config_yaml.dirname context.

@jakolehm jakolehm added this to the 2.4.1 milestone Jun 14, 2019
@jakolehm jakolehm modified the milestones: 2.4.1, 2.4.2 Jun 27, 2019
@jakolehm jakolehm modified the milestones: 2.4.2, 2.4.3 Aug 6, 2019
@jakolehm jakolehm removed this from the 2.4.3 milestone Aug 8, 2019
@jakolehm jakolehm added this to the 2.4.4 milestone Aug 8, 2019
@jakolehm jakolehm modified the milestones: 2.4.4, 2.5.0 Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Addons can not be defined in TF JSON Interactive exec CWD problem with TF JSON
2 participants