-
Notifications
You must be signed in to change notification settings - Fork 967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Missing environment or workspace id #2372
Comments
I ran a curl command to get the workspace, but the result was empty:
|
Can you please update your infisical instance? It seems to be very old. |
@akhilmhdh I got the most resent image tags and charts. The versions I am using are the most recent ones. |
@davidshare |
@CuteSSu I gave up trying to use it. The documentation for the chart is really poor, I couldn't find solutions for my issues, so I left it. |
Hi @davidshare , Infisical version less than v0.46.11 is not supported. This is a legacy version of Infisical running on Mongo DB. To update your instance of Infisical, please follow the guide here: https://infisical.com/docs/self-hosting/guides/mongo-to-postgres. If you have issues with k8s operator after upgrading your Infisical version, please let us know. |
I actually updated it to the latest version at the time when someone pointed me to it. I left it because I couldn't get the ingress to work. |
@davidshare |
Describe the bug
I self-hosted infisical chart v0.4.2 with appVersion 1.17.0. I also installed the secrets-operator 0.7.1. Everything runs fine except that the secret is not being pulled into the cluster.
The secret is not being created in the namespace of the deployment. When I check the logs of the infisical backend, I see error logs indicating that it is looking for a workspace Id.
To Reproduce
Steps to reproduce the behavior:
error:
Expected behavior
I expect a secret to be created in the namespace of my deployment and the deployment should be able to access the secret
Screenshots
If applicable, add screenshots to help explain your problem.
Platform you are having the issue on:
infisical chart 0.42
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: