vjmax
vjmax
I need to know how to revoke or delete a user profile in KvikeT.
Hi, I’m currently using Warpgate with PostgreSQL as my backend database, and I’m looking for guidance on two things: **High Availability (HA):** What’s the best approach to set up HA...
I have configured a PostgreSQL target in WarpGate and need assistance with the correct connection command. I have set up the warpgate.yaml configuration file as follows: ``` **postgres: enable: true...
Hi Everyone, I’m working on a project where I have a PostgreSQL database containing customer data. I’d like to sync this data into Dittofeed . However, I want to achieve...
Hi, We have an AWS RDS PostgreSQL database hosted in a private subnet within one AWS VPC account. We would like to set up a connection to this RDS instance...
Warpgate currently provides two SSH keys that need to be added to all SSH targets under each user’s authorized_keys. We would like to use our own existing SSH keys instead....
Problem When connecting to a PostgreSQL instance via Warpgate, users can access all databases on that instance. For example, if there are 5 databases, users can switch between all of...
I have added MySQL as a target in Warpgate and was able to successfully connect using the following command: `mysql -u "admin#tagetname" --host "warpgate" --port 33306 -p` However, once I...
We hosting Warpgate on: https://test1234.warp.work.gd/ My config includes: external_host: test1234.warp.work.gd I also created an HTTP target bound to: git.test1234.warp.work.gd **Problem:** When I log in at https://test1234.warp.work.gd and then visit https://git.test1234.warp.work.gd,...
We’re looking to bulk import users into Warpgate during a migration from another system. We’ve tried inserting directly into the our postgres database like this: ``` `INSERT INTO users (id,...