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
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
It's the first time I'm using Infisical (self-hosted via docker at the last version you released) and the infisical-node.
I tried to fetch all secrets from a given path (e.g. /) in which I have a secret containing a reference to another secret (e.g. https://${X_MY_HOST}).
If I use the infisical-cli this reference is resolved, but using the getAllSecrets or the simple getSecret using the same token, the reference is not resolved.
These are the options I passed to the getAllSecrets:
Thank you very much, I think this is a very important feature.
It's so strange that no one open this issue.
Looking forward for your next release as soon as you can.
It's the first time I'm using Infisical (self-hosted via docker at the last version you released) and the
infisical-node
.I tried to fetch all secrets from a given path (e.g. /) in which I have a secret containing a reference to another secret (e.g.
https://${X_MY_HOST}
).If I use the
infisical-cli
this reference is resolved, but using thegetAllSecrets
or the simplegetSecret
using the same token, the reference is not resolved.These are the options I passed to the
getAllSecrets
:I hope it's not a bug of the
infisical-node
package.Thanks in advance
The text was updated successfully, but these errors were encountered: