Hi Sigmund,
I'm afraid I'm going to need some steps from your end that will
reproduce this bug; it's working for me:
$ vault write auth/token/roles/test orphan=true period=20s
Success! Data written to: auth/token/roles/test
$ vault write -f auth/token/create/test
Key Value
token 0ab53079-5ef3-d000-249b-a2821732cc62
token_accessor ec79e6ab-b88d-3b8e-b7e8-be8f2de8030b
token_duration 20
token_renewable true
token_policies [default]
$ vault token-renew
Key Value
token 0ab53079-5ef3-d000-249b-a2821732cc62
token_accessor ec79e6ab-b88d-3b8e-b7e8-be8f2de8030b
token_duration 20
token_renewable true
token_policies [default]
$ export VAULT_TOKEN=0ab53079-5ef3-d000-249b-a2821732cc62
$ vault token-lookup
Key Value
accessor ec79e6ab-b88d-3b8e-b7e8-be8f2de8030b
creation_time 1.46062821e+09
creation_ttl 20
display_name token
id 0ab53079-5ef3-d000-249b-a2821732cc62
last_renewal_time 1.460628224e+09
meta <nil>
num_uses 0
orphan true
path auth/token/create/test
policies [default]
role test
ttl 14
$ vault token-renew
Key Value
token 0ab53079-5ef3-d000-249b-a2821732cc62
token_accessor ec79e6ab-b88d-3b8e-b7e8-be8f2de8030b
token_duration 20
token_renewable true
token_policies [default]
Thanks,
Jeff