You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @coneillpj, this is an expected limitation of the SDK so far, in that we didn't yet get to supporting this. Our docs could be slightly improved here since we state:
[ x ] SSH private keys, public keys, fingerprint and key type (partially supported: supported in resolving secret references, not yet supported in item create/get/update)
Whereas this should actually be:
[ x ] SSH private keys, public keys, fingerprint and key type (partially supported: partially supported in resolving secret references (query parameters not yet supported), not yet supported in item create/get/update)
For steps going forward, we can improve the consistency of our documentation. However, our team is also working on this feature you are asking about, so this will soon be available.
Hey @coneillpj, this is an expected limitation of the SDK so far, in that we didn't yet get to supporting this. Our docs could be slightly improved here since we state:
[ x ] SSH private keys, public keys, fingerprint and key type (partially supported: supported in resolving secret references, not yet supported in item create/get/update)
Whereas this should actually be:
[ x ] SSH private keys, public keys, fingerprint and key type (partially supported: partially supported in resolving secret references (query parameters not yet supported), not yet supported in item create/get/update)
For steps going forward, we can improve the consistency of our documentation. However, our team is also working on this feature you are asking about, so this will soon be available.
Missed that section of the docs. Thanks for the heads up!
Scenario & Reproduction Steps
Steps
onepassword-sdk==0.1.7
installedActual Behavior
When specifying the ssh-format parameter, an exception is thrown:
Expected Behavior
According to https://developer.1password.com/docs/cli/secret-reference-syntax/#ssh-format-parameter, I would expect to be able to resolve the secret with the ssh-format paramter
SDK version
0.1.7
Additional information
No response
The text was updated successfully, but these errors were encountered: