Erik Horton
Results
2
issues of
Erik Horton
Works: `op connect token create "token_with_141_vaults" --server "your_server_id" --expires-in 1h --vault vault1 --vault vault2 ... --vault vault141` Doesn't work: `op connect token create "token_with_142_vaults" --server "your_server_id" --expires-in 1h --vault vault1...
I'm not sure if this is intentional but: ``` vault list op/vaults ``` returns something like the following, containing vault name and vault id: ``` vault1 abcdef123456 vault2 zyxwvu987654 ......
enhancement