apache / apisix

The Cloud-Native API Gateway
https://apisix.apache.org/blog/
Apache License 2.0
14.52k stars 2.52k forks source link

feat: Implement "include" feature for yaml config. #11616

Open teodorescuserban opened 1 month ago

teodorescuserban commented 1 month ago

Description

This relates to #11501

Being able to not repeat yourself and split the apisix.yaml would be a really neat feature.

juzhiyuan commented 1 month ago

How about using YAML Anchor syntax? I know some users are building the final YAML files in CI/CD pipelines.

teodorescuserban commented 3 weeks ago

How about using YAML Anchor syntax? I know some users are building the final YAML files in CI/CD pipelines.

I am sorry for not responding sooner, I will try and test when I am able and will provide feedback.