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

Create a docker-compose or other service-combination to allow userdb/oauth isolation #87

Open
ryanrdoherty opened this issue Apr 12, 2024 · 0 comments

Comments

@ryanrdoherty
Copy link
Member

SiteSearchData is a stand-alone WDK implementation that should not need to access our global OAuth server or any "real" Oracle user database to do its job. We could probably rig up a system that creates a containerized OAuth and/or userdb that can create and use user IDs in a completely independent value-space from our real user IDs. Possible implementations are containerized versions of OAuth and a postgres user DB. But even simpler may be a SQLite for user DB and an independently running OAuth with a dummy authenticator (and AtomicInteger counter to produce user IDs). Might be less work than it seems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant