After updating infisical cli to version 0.31.4 I can no longer use the --domain flag or setting the environment variable to point to the SASS or Self-Hosted instance.
error: unable to authenticate with universal auth
[err=APIError: CallUniversalAuthLogin unsuccessful response
[POST https://app.infisical.com/api/v1/auth/universal-auth/login]
[status-code=404] [message="No identity with specified client ID was found"]]
If this issue continues, get support at https://infisical.com/slack
Notice the POST https://app.infisical.com/api/v1/auth/universal-auth/login and not https://foo.bar.com
Expected behavior
Before, it would point to the specified --domain but now it will use whatever you have set on our infisical login and the only options is to overwrite
FYI, I just tested infisical-0.31.4 on NixOS and was not able to reproduce the problem with --domain, however i can confirm it did not work when running 0.31.4 on MacOS
Describe the bug
After updating
infisical cli
to version0.31.4
I can no longer use the--domain
flag or setting the environment variable to point to the SASS or Self-Hosted instance.To Reproduce
Steps to reproduce the behavior:
Notice the
POST https://app.infisical.com/api/v1/auth/universal-auth/login
and nothttps://foo.bar.com
Expected behavior
Before, it would point to the specified
--domain
but now it will use whatever you have set on ourinfisical login
and the only options is to overwritePlatform you are having the issue on:
MacOs
Temporal Fix
downgrade to
brew install infisical@0.30.0