sleenen

Results 10 comments of sleenen

Can it be tagged and released please... I'm running into this issue too

@alenaksu is this something that can be merged? i have use for this as well

Depends on what you do with the token; you using middleware to protect the routes?

Did you add logging to the handle function? To see if it actually goes in there and passes the code you pasted

Checked line 143 or item.rb (/opt/chef/embedded/lib/ruby/gems/2.3.0/gems/chef-vault-2.9.0/lib/chef-vault/item.rb) ``` private_key = OpenSSL::PKey::RSA.new(File.open(@client_key_path).read()) ``` I tried puts @client_key_path Seems @client_key_path is empty/nil?

I've tried hardcoding to point to /etc/chef/my.pem. When doing that, all seems to work as expected again.

Please fix this, this is ridiculous. The terraform resource documentation even says this: _* create_mode cannot be changed once it's set since it's a parameter at creation._ Followed by: _*...

Thanks @lieberlois , I've tried the same. First time I got a weird internal server error with no more explanation. Second try I got a timeout on the polling and...