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
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: unabletoauthenticatewithuniversalauth[err=APIError: CallUniversalAuthLoginunsuccessfulresponse[POSThttps://app.infisical.com/api/v1/auth/universal-auth/login][status-code=404][message="No identity with specified client ID was found"]]Ifthisissuecontinues,getsupportathttps://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
Platform you are having the issue on:
MacOs
Temporal Fix
downgrade to brew install infisical@0.30.0
The text was updated successfully, but these errors were encountered:
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
Related to Infisical#2659
Update the `--domain` flag functionality in infisical CLI version 0.31.4 to correctly point to the specified domain.
* **cli/packages/util/helper.go**
- Import `config` package.
* **cli/packages/cmd/login.go**
- Update the `handleUniversalAuthLogin` function to consider the `--domain` flag and update the `infisicalClient` with the domain flag.
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
The text was updated successfully, but these errors were encountered: