haproxytech / dataplaneapi

HAProxy Data Plane API
https://www.haproxy.com/documentation/dataplaneapi/
Apache License 2.0
324 stars 75 forks source link

is it possible to store/retrieve comments ? #71

Open chipitsine opened 4 years ago

chipitsine commented 4 years ago

we use free style comments to store ownership information like

frontend ssl_vip # owner: example@example.com

is it possible to store/retrieve such comments via dataplane api ?

mjuraga commented 4 years ago

No, currently API does not have support for comments. The underlying config-parser however does, and this is a feature we discussed, but is currently low on our feature priorities.