-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Scenario & Reproduction Steps
I'm using client.secrets.resolve to try to resolve a secret reference that works on the CLI but I keep getting:
(v0.1.6)
error error resolving secret reference: unable to fetch vault attributes error when retrieving all vaults metadata: http error: error issuing the request with reqwest: error sending request: promise resolved to unexpected type
(v0.2.0)
error Error: error resolving secret reference: unable to retrieve vaults: request library compatibility issue, check that the your environment uses compatible versions: reqwest library: error sending request
When I try to use the client.items.get I get this error
(v0.2.0)
Error: request library compatibility issue, check that the your environment uses compatible versions: reqwest library: error sending request
Actual Behavior
I cannot make any API requests it seems
Expected Behavior
No response
SDK version
v0.2.0
Additional information
- Again I tried using the same service account key with the CLI and everything worked fine.
- I confirmed the auth token is set properly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working