I see the following output after creating a key with HashiCorp vault’s transit engine using vault write -f transit/keys/transit_key exportable=true
command-
…
“lease duration”: 0,
“lease_id”: “”,
“renewable”: false
…
Does this mean that the key is valid for infinity?