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

Add Validate RPC to the Config Service #61

Open
edwbuck opened this issue Jun 28, 2024 · 1 comment
Open

Add Validate RPC to the Config Service #61

edwbuck opened this issue Jun 28, 2024 · 1 comment

Comments

@edwbuck
Copy link
Contributor

edwbuck commented Jun 28, 2024

This feature adds a new RPC call to validate a plugin configuration without the plugin applying or using the configuration. The means of what constitutes a valid configuration is plugin specific and determined by the plugin internals.

RPC "Validate" will initially take the same input parameters as RPC "Configure", but will be kept in a different type to support future deviations.

RPC "Validate" will return a boolean indicating if the plugin deems the configuration valid, and a user directed string "message" holding text about the passing or failing nature of the validation.

@edwbuck
Copy link
Contributor Author

edwbuck commented Jun 28, 2024

Wrong repository, meant for spire-plugin-sdk.

Closing as not planned.

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