2016-05-16 20:11:33 +00:00
|
|
|
// +build vault
|
|
|
|
|
|
|
|
package meta
|
|
|
|
|
|
|
|
func AdditionalOptionsUsage() string {
|
|
|
|
return `
|
2016-08-14 06:13:46 +00:00
|
|
|
-wrap-ttl="" Indicates that the response should be wrapped in a
|
2016-05-16 20:11:33 +00:00
|
|
|
cubbyhole token with the requested TTL. The response
|
2016-09-29 21:44:15 +00:00
|
|
|
can be fetched by calling the "sys/wrapping/unwrap"
|
|
|
|
endpoint, passing in the wrappping token's ID. This
|
|
|
|
is a numeric string with an optional suffix
|
|
|
|
"s", "m", or "h"; if no suffix is specified it will
|
|
|
|
be parsed as seconds. May also be specified via
|
2016-05-16 20:11:33 +00:00
|
|
|
VAULT_WRAP_TTL.
|
|
|
|
`
|
|
|
|
}
|