lib/ruby_vault/options/sets.rb in ruby_vault-0.1.0.pre.10 vs lib/ruby_vault/options/sets.rb in ruby_vault-0.1.0.pre.11
- old
+ new
@@ -1,9 +1,20 @@
# frozen_string_literal: true
module RubyVault
module Options
module Sets
- HTTP_OPTIONS = %w[-address].freeze
+ HTTP_OPTIONS = %w[
+ -address
+ -agent-address
+ -ca-cert
+ -ca-path
+ -client-cert
+ -client-key
+ -mfa
+ -namespace
+ -tls-server-name
+ -unlock-key
+ ].freeze
end
end
end