3. Security and Validation

databaseApiKeyStore

Version

JDBC database store for API keys and their associated scopes. Uses two tables:
  • Key table: contains API keys (one per row).
  • Scope table: maps keys to one or more scopes.

By default, the store will attempt to create the required tables at startup if they do not exist (controlled by autoCreate).

Example configuration:


   
     
     
   
 

Attributes

NameRequiredDefaultDescriptionExamples
autoCreatefalsetrueWhether the required key/scope tables should be created automatically if they do not exist.false
datasourcefalse---

Can be used in