Skip to main content

Module config

Module config 

Source
Expand description

Read tools over the stored gateway config, plus standalone validation.

Structs§

NameArgs
{ "name": "<resource name>" }
ValidatePolicyArgs
{ "policy": <object | YAML string> }
ValidateSupernodeArgs
{ "definition": <object | YAML string> }

Functions§

get_consumer
get_plugin_config
get_policy
get_route
get_supernode
json 🔒
list_consumers
list_plugin_configs
list_policies
list_routes
list_stores
list_supernodes
validate_policy
Validates + compiles a policy against the live supernodes, plugin configs and stores, without persisting. Mirrors what put_policy(dry_run) checks for the policy itself (cross-references from routes are not included).
validate_supernode
Structural validation of a supernode definition.