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

Support non-local database #65

Open
5 tasks
karlcz opened this issue Nov 17, 2017 · 0 comments
Open
5 tasks

Support non-local database #65

karlcz opened this issue Nov 17, 2017 · 0 comments
Assignees

Comments

@karlcz
Copy link
Contributor

karlcz commented Nov 17, 2017

We want to make sure webauthn can be used in web servers sharing the same non-local database, e.g. for a load-balancing scenario:

  • Ensure that webauthn honors the database connection string in webauthn_config.json
  • Ensure that the deploy process honors the configured database connection string
  • Allow for renaming of the database so that several webauthn deployments could safely share one database cluster without interference
  • Allow for renaming of the webauthn database role so that webauthn deployments sharing one database cluster can still have privilege isolation from one another
  • Allow provider-specific "secret" storage within the database to reduce the amount of state and config provisioning needed for a load-balanced web server scenario.
@karlcz karlcz changed the title Support non-local database cluster Support non-local database Nov 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants