You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the e2e smoketest with Puppet v6 server, we get 500 errors.
Running e2e and monitoring the server container logs, error can be seen here:
2020-06-25 20:02:55,317 ERROR [p.r.core] Internal Server Error: org.jruby.exceptions.NotImplementedError: (NotImplementedError) NotImplementedError at RUBY.create_session(/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/http/external_client.rb:77) at RUBY.initialize(/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/ssl/state_machine.rb:376) at RUBY.certificate(/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/ssl/host.rb:126) at RUBY.localhost(/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/ssl/host.rb:28) at RUBY.decrypt(/etc/puppetlabs/code/environments/production/modules/conjur/lib/puppet/functions/conjur/decrypt.rb:11)
We now use the newer way to get certificate and key from the server
since the v5 APIs we used have been removed. In case we do end up
running on server v5, we still fall back on the original certificate
logic for backward compatibility.
Connected to #91
We now use the newer way to get certificate and key from the server
since the v5 APIs we used have been removed. In case we do end up
running on server v5, we still fall back on the original certificate
logic for backward compatibility.
Connected to #91
We now use the newer way to get certificate and key from the server
since the v5 APIs we used have been removed. In case we do end up
running on server v5, we still fall back on the original certificate
logic for backward compatibility.
Connected to #91
When running the e2e smoketest with Puppet v6 server, we get 500 errors.
Running e2e and monitoring the server container logs, error can be seen here:
in this block of code: https://github.com/cyberark/conjur-puppet/blob/v2.0.3/lib/puppet/functions/conjur/decrypt.rb#L11
Relevant block:
The text was updated successfully, but these errors were encountered: