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
Somewhere between versions 0.36.11 and the current 0.36.17, the behaviour of infisical run has changed, such that it demands that an .infisical.json file exist, even if you are authenticating with --token.
To Reproduce
With 0.36.17:
~$ INFISICAL_DISABLE_UPDATE_CHECK=true infisical run --silent --token "$INFISICAL_TOKEN" --env "$INFISICAL_ENVIRONMENT" --path "$INFISICAL_PATH" --domain "$INFISICAL_DOMAIN" -- /bin/bash -c 'echo hello world'
error: file not found: .infisical.json
Unable to get local project details
If this issue continues, get support at https://infisical.com/slack
Expected behavior
With 0.36.11:
~$ INFISICAL_DISABLE_UPDATE_CHECK=true infisical run --silent --token "$INFISICAL_TOKEN" --env "$INFISICAL_ENVIRONMENT" --path "$INFISICAL_PATH" --domain "$INFISICAL_DOMAIN" -- /bin/bash -c 'echo hello world'
1:33PM INF Injecting 287 Infisical secrets into your application process
hello world
Platform you are having the issue on:
Ubuntu 24.04
Additional context
Undocumented change in behaviour.
The text was updated successfully, but these errors were encountered:
This started happening in 0.36.17. Even when setting project id with env variable or in json config, cli throws 403 http error refusing to start
Rolled back to 0.36.16 and that fixed the problem for me. There shouldn't be any breaking changes like this in a patch version, please review recent changes
Describe the bug
Somewhere between versions 0.36.11 and the current 0.36.17, the behaviour of
infisical run
has changed, such that it demands that an.infisical.json
file exist, even if you are authenticating with--token
.To Reproduce
With 0.36.17:
Expected behavior
With 0.36.11:
Platform you are having the issue on:
Ubuntu 24.04
Additional context
Undocumented change in behaviour.
The text was updated successfully, but these errors were encountered: