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

Retrieve Files attached to Items #53

Open
2 tasks
verkaufer opened this issue Jan 14, 2022 · 0 comments
Open
2 tasks

Retrieve Files attached to Items #53

verkaufer opened this issue Jan 14, 2022 · 0 comments
Labels
tracked Issue is tracked in 1Password's internal ticketing system as well.

Comments

@verkaufer
Copy link
Member

Summary

Add support for retrieving files attached to items. Connect's API supports downloading an attached file, and we try to keep feature parity across all Connect integrations.

Use cases

  • Downloading certificates stored in 1Password, for example. Maybe I store them as files instead of plain text notes.

We welcome further use cases in the comments.

Proposed solution

Adding a new module to retrieve the file seems like the most appropriate solution. Something like connect.download_file, maybe. Some research into how other Ansible modules approach file retrieval (e.g. from S3) would be helpful.

Is there a workaround to accomplish this today?

No, it is not possible for the Connect collection to access files attached to items right now.

References & Prior Work

TODO

  • Review how other Ansible modules approach file downloads (e.g. the AWS S3 module)
  • Develop module definition and configuration options
@edif2008 edif2008 changed the title Retrieve Files attached to Items [6] Retrieve Files attached to Items Feb 8, 2022
@edif2008 edif2008 added the tracked Issue is tracked in 1Password's internal ticketing system as well. label May 30, 2022
@edif2008 edif2008 changed the title [6] Retrieve Files attached to Items Retrieve Files attached to Items May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tracked Issue is tracked in 1Password's internal ticketing system as well.
Projects
None yet
Development

No branches or pull requests

2 participants