Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoExamples of input for flag `--vaults` which expects arguments in the form `StringArray`
Hi Guys!
I'm attempting to work around a bug/limitation of the webui when generating tokens for 1Password Connect Servers. The tl;dr is that it doesn't show the "Shared" or "Private" vaults as adda...
Former Member
3 years agoHey @timfall,
Thank you for reaching out to us, and sorry for the confusion!
Indeed you can only supply one vault/permissions pair per --vaults
flag usage with this command, but the good news is you can use the flag multiple times. For example, this would work: op connect token create dummyToken --server ... --vaults "Demo,r" --vaults "Prod,rw"
. I've gone ahead and filed an internal ticket to update this documentation text.
As for the CLI help text, I see that it (op connect token create --help
) notes: "You can further limit the permissions a token has to read-only or write-only by adding a comma and r
or w
after the vault specification.". Could you indicate which areas are less clear? I'd love to get this updated if there's some ambiguity.
Best,
Jody