Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Copy vault UUID and item UUID via desktop apps #101

Open
SimonBarendse opened this issue Aug 14, 2024 · 4 comments
Open

Feature: Copy vault UUID and item UUID via desktop apps #101

SimonBarendse opened this issue Aug 14, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@SimonBarendse
Copy link
Member

SimonBarendse commented Aug 14, 2024

Use Case

Trying to fetch a known item using the SDK:

item = await client.items.get(vault_id, item_id)

When you know the vault name and item name, but don't know the UUIDs, it's currently cumbersome to look these up. Would be a great UX improvement if we could fetch UUIDs from inside the desktop apps.

Requirements and desired behavior

Would be great if there's a button in the app to copy the vault UUID and item UUID. For example here in the actions menu on an item:
image

Additional information

Related issues (use cases): #99 and #100.

@simkimsia
Copy link

Wouldn't this actually be a ticket for the desktop app team?

@SimonBarendse
Copy link
Member Author

Yes, you're right that we won't tackle this in this repo. We have generalists teams though that cover domains (in our case: Programmatic Access) and we're not silo'ed to specific products or codebases. So our team here can tackle this. I've filed the ticket in this repository for public visibility, since we do not have a public issue tracker for our closed source desktop app repo.

@simkimsia
Copy link

we're not silo'ed to specific products or codebases. So our team here can tackle this.

This is an awesome setup

@ohinibla
Copy link

Isn't there already a button for copying item's UUID? (I'm using the Linux app on Fedora)

2024-08-15-223539_hyprshot

getting a similar button for vault's also would be nice.
also a temporary workaround for getting the vault's UUID and item's UUID to be able to use it in the SDK would be that the ids are encoded in the private link as v={vault_id} and i={item_id}
i.e:
start.1password.com/open/i?a=XXXXXXXXXXXXXXXX&v={vault_id}&i={item_id}&h=my.1password.eu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants