Is your feature request related to a problem?
There is a sample plugin for custom settings. We should make that plugin an extension in the sample extensions project.
This will require adding capability to send lists, communicate parsers and validators, group settings, get settings to an extension from OpenSearch, and other more advanced Setting manipulation than is needed for the AD plugin, but this should be one of the first things worked on during the "preview" period.
What solution would you like?
Demonstrate custom setting registration similarly to https://github.com/opensearch-project/OpenSearch/tree/main/plugins/examples/custom-settings
Requirements:
What alternatives have you considered?
Doing it earlier: not needed for AD plugin.
Doing it later: key functionality needed for the near future.
Do you have any additional context?
Probably also dependent on Integration Test capability.
Is your feature request related to a problem?
There is a sample plugin for custom settings. We should make that plugin an extension in the sample extensions project.
This will require adding capability to send lists, communicate parsers and validators, group settings, get settings to an extension from OpenSearch, and other more advanced
Settingmanipulation than is needed for the AD plugin, but this should be one of the first things worked on during the "preview" period.What solution would you like?
Demonstrate custom setting registration similarly to https://github.com/opensearch-project/OpenSearch/tree/main/plugins/examples/custom-settings
Requirements:
Function<String, T>andWriteableinterfaces [FEATURE] Create writeable implementations for parser #349Function<Settings, String>andWriteableinterfaces [FEATURE] Create writeable implementations for default value #351What alternatives have you considered?
Doing it earlier: not needed for AD plugin.
Doing it later: key functionality needed for the near future.
Do you have any additional context?
Probably also dependent on Integration Test capability.