1Password / connect-sdk-python

Python SDK for 1Password Connect
https://developer.1password.com/docs/connect
MIT License
200 stars 30 forks source link

get_item no longer returns private_key field for ssh keys #111

Open dhruvik7 opened 3 months ago

dhruvik7 commented 3 months ago

Your environment

SDK Version: 1.5.1

Connect Server Version: the page doesn't show

OS: Ubuntu

Python Version: 3.12.3

What happened?

The API suddenly stopped including private_key in the response of get_item for SSH_KEY types. It was working earlier today

What did you expect to happen?

The API returns all the attributes of the object and doesn't change types suddenly

Steps to reproduce

  1. Call get_item on an ssh key

Notes & Logs

naziba321 commented 3 months ago

Hey @dhruvik7!

Thank you for letting us know about this issue!

This is indeed a peculiar bug and we will look into it to see if we can reproduce it on our end.

In order to better assist you, could you let us know if there are any error logs? Also, has the SSH key item been changed recently?