Skip to Main Content
EventStoreDB Ideas Portal

Ideas for improvements and new features in EventStoreDB, client libraries, and database extensions.

Support plugin configuration in the main yaml config

At the moment plugins can be configured via command line, environment variables, or json configuration file. But they cannot be configured in the main server yaml config. I think this is just because our yaml config parser only parses the top level and not nested sections.

It may need some adjusting to not treat the plugin config as unknown configuration options.

  • Attach files
      Drop here to upload
    • Timothy Coleman
      Reply
      |
      Oct 4, 2024

      this is in 24.10.0 (not preview1 though)

    • Admin
      Alexey Zimarev
      Reply
      |
      Aug 29, 2024

      It's a good idea, especially considering that the LDAP auth plugin must be configured using the main configuration YAML file. It gets confusing when different plugins needs to be configured differently.