Sha256: 390a1e1d9257bc20d64d9055f5280424e663dd53f7a37e3641488e2e1d91f510
Contents?: true
Size: 565 Bytes
Versions: 15
Compression:
Stored size: 565 Bytes
Contents
# frozen_string_literal: true module RubyVault module Options module Sets HTTP_OPTIONS = %w[ -address -agent-address -ca-cert -ca-path -client-cert -client-key -header -mfa -namespace -non-interactive -output-curl-string -output-policy -policy-override -tls-server-name -tls-skip-verify -unlock-key -wrap-ttl ].freeze OUTPUT_OPTIONS = %w[ -field -format ].freeze end end end
Version data entries
15 entries across 15 versions & 1 rubygems