Diptesh Choudhuri

Results 468 comments of Diptesh Choudhuri

So as far as I can see, every time a new label is added in the current UI, a new `ProjectLabel` model is created associated with the `ProjectKey`. In which...

Will work on this. Can you tell me the normal development workflow you follow? I run `go run . -- --config config.yml` in the project root. When I make a...

Can you tell me which setting in this table? https://github.com/muety/wakapi#-configuration-options

Would be useful for development if we make that configurable via an env variable.

The error does not occur if you have `connection: keep-alive` in the headers. I think axios sets that automatically.

On a cursory look through the code, this should be possible by modifying https://github.dev/Infisical/infisical/blob/4db4c172c14c8370bd6cf1ee8e685219e8f81d92/frontend/src/components/utilities/SecurityClient.ts#L10. I can work on a PR if approved.

@mv-turtle Making a PR for this.

@dangtony98 How could I go about testing it in prod? The `docker-compose.yml` file uses images from docker hub.

Won't it be easier to plop a reverse proxy in front and enable HTTPs on that level?