cyberark / conjur-api-ruby

Ruby client for the CyberArk Conjur API
https://rubygems.org/gems/conjur-api
Apache License 2.0
3 stars 5 forks source link

Audit methods should return the event list if no block is provided #34

Open kgilpin opened 10 years ago

kgilpin commented 10 years ago

Audit API appears to force a pattern like this:

audit_events = nil
api = Conjur::API.new_from_key admin_user, admin_password
api.events do |events|
  audit_events = events
end
dustinmm80 commented 7 years ago

@kgilpin is this still an issue?