Raul Chakraborty

Results 9 comments of Raul Chakraborty

I had the same issue while developing from my M1 macOS Sonoma 14.0, but the same configuration worked on my WSL2 instance in my windows machine. Implementing the workaround from...

> I want to be able to use the PostgreSQL sub-chart with an existing secret. Currently, when `.Values.postgresql.enabled: true` the helper method will be used to fill the environment variable....

> **Actionable comments posted: 1** > > 🧹 Nitpick comments (1) > > helm-charts/infisical-standalone-postgres/templates/_helpers.tpl (1)> `93-107`: **Well-structured PostgreSQL connection string helper with secure password handling.** > > > The new...

the `{ENV_VAR}` syntax is wrong, and is throwing errors when running the second test, actually deploying Infisical to a Kubernetes cluster. I will continue testing and fix any remaining bugs...

After reviewing the bugs, and running both tests (Dry Run & Full Deployment), I have been able to successfully deploy Infisical in a Kubernetes Cluster with Custom URI Parameters. With...

I am currently testing a solution which seems to be promising, as I refine it I will open a PR. The updated will entail the following changes to the helm...

Facing the same issue with Keycloak as my OIDC provider. I am able to login on the Web UI using Keycloak, but can't login via `docker login` using the CLI...

The `SITE_URL` was not designed to be used this way. If you are using docker on your own device, localhost is your domain. You would need to serve the Infisical...

Can you provide more details, like your docker compose, and the output messages you are getting from the terminal and your env variables where you set the `SITE_URL`. I don't...