Skip to content
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

Simplify GuacamoleUsers lookup #2262

Open
5 tasks done
jemrobinson opened this issue Oct 25, 2024 · 0 comments
Open
5 tasks done

Simplify GuacamoleUsers lookup #2262

jemrobinson opened this issue Oct 25, 2024 · 0 comments
Labels
enhancement New functionality that should be added to the Safe Haven

Comments

@jemrobinson
Copy link
Member

✅ Checklist

  • I have searched open and closed issues for duplicates.
  • This is a request for a new feature in the Data Safe Haven or an upgrade to an existing feature.
  • The feature is still missing in the latest version.
  • I have read through the documentation.
  • 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?

@jemrobinson jemrobinson added the enhancement New functionality that should be added to the Safe Haven label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New functionality that should be added to the Safe Haven
Projects
None yet
Development

No branches or pull requests

1 participant