You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ApiOps documentation describes a model for supporting distributed API teams working with a single API Management set of resources. The approach describes each team having a dedicated repository and using the Extractor configuration file to control which APIM resources are extracted.
One challenge with this approach is that with the current implementation of the Extractor, each team would end up extracting APIM's global policy. This means teams could potentially introduce global policy changes that introduces issues for other teams using the same APIM. Ideally, customers should have the ability to disable extracting global policy. This would ensure each independent API team doesn't need to extract global policy and customers could have a central team that manages global policy through a separate repo.
The text was updated successfully, but these errors were encountered:
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.
Please describe the feature.
The ApiOps documentation describes a model for supporting distributed API teams working with a single API Management set of resources. The approach describes each team having a dedicated repository and using the Extractor configuration file to control which APIM resources are extracted.
One challenge with this approach is that with the current implementation of the Extractor, each team would end up extracting APIM's global policy. This means teams could potentially introduce global policy changes that introduces issues for other teams using the same APIM. Ideally, customers should have the ability to disable extracting global policy. This would ensure each independent API team doesn't need to extract global policy and customers could have a central team that manages global policy through a separate repo.
The text was updated successfully, but these errors were encountered: