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
This isn't an open-ended question (open a discussion if it is).
🍓 Suggested change
Currently GuacamoleUsers relies on making a PostgreSQL query from an admin machine to the locked-down PostgreSQL user database. By exposing a less-sensitive read-only endpoint, we could remove the need to access the database directly.
🚂 How could this be done?
Possibly a function app or a lightweight API endpoint?
The text was updated successfully, but these errors were encountered:
✅ Checklist
🍓 Suggested change
Currently
GuacamoleUsers
relies on making a PostgreSQL query from an admin machine to the locked-down PostgreSQL user database. By exposing a less-sensitive read-only endpoint, we could remove the need to access the database directly.🚂 How could this be done?
Possibly a function app or a lightweight API endpoint?
The text was updated successfully, but these errors were encountered: