Kong / kong-python-pdk

Write Kong plugins in Python (Experimental)
Apache License 2.0
40 stars 14 forks source link

Schema Typedefs like in Lua plugins #73

Open Minh9897 opened 1 year ago

Minh9897 commented 1 year ago

Does this python pdk support schema typedef to validate Url or Header like in Lua Plugins ?

fffonion commented 1 year ago

Hi @Minh9897 this is currently not supported, you can use python libraries to the validation on python land.

Minh9897 commented 1 year ago

If I validate in class Plugin, the plugin still create even the value is invalid. Am I right?

fffonion commented 1 year ago

Yes, currently we don't support validation on creation/update time in external plugins.