Azure / apiops

APIOps applies the concepts of GitOps and DevOps to API deployment. By using practices from these two methodologies, APIOps can enable everyone involved in the lifecycle of API design, development, and deployment with self-service and automated tools to ensure the quality of the specifications and APIs that they’re building.
https://azure.github.io/apiops
MIT License
329 stars 193 forks source link

[Question] Can the Publisher override the Api policy when we publish the APIs across higher environments #644

Closed krishnavatsavai closed 3 months ago

krishnavatsavai commented 3 months ago

Release version

v6.1.1

Question Details

I am trying to deploy my API in to other environments test/test02/test03 as an example. They all have minor differences in their Api policies like caching etc.
Can the Publish tool handle the API Policy overrides?

Expected behavior

NA

Actual behavior

NA

Reproduction Steps

I have a caching policy / call rates policy that are having different config each environment. Would like to know if the publish tool can handle the override at Api Policy?

github-actions[bot] commented 3 months ago
  Thank you for opening this issue! Please be patient while we will look into it and get back to you as this is an open source project. In the meantime make sure you take a look at the [closed issues](https://github.com/Azure/apiops/issues?q=is%3Aissue+is%3Aclosed) in case your question has already been answered. Don't forget to provide any additional information if needed (e.g. scrubbed logs, detailed feature requests,etc.).
  Whenever it's feasible, please don't hesitate to send a Pull Request (PR) our way. We'd greatly appreciate it, and we'll gladly assess and incorporate your changes.
waelkdouh commented 3 months ago

Yes through the use of namedvalues.

Please check closed issues before opening new ones as this topic has been addressed before.