简体   繁体   English

如何在本地环境中向 apigee-emulator 添加扩展?

[英]How to add extension to apigee-emulator on local environment?

Recently we get the need for work on the same apigee proxy more than one developer.最近,我们需要不止一位开发人员在同一个 apigee 代理上工作。 So we are trying to use the apigee-emulator to allow us to use git as version control所以我们正在尝试使用apigee-emulator来允许我们使用 git 作为版本控制

We already have everything setup for VScode as it says on the documentation .正如文档中所说,我们已经为 VScode 进行了所有设置。

The problem is with an `extension callout we have inside one of our proxies that we need to access to salesforce.问题出在我们需要访问 salesforce 的代理之一中的扩展标注。 When we try to push our proxies to the apigee-emulator we get this error当我们尝试将代理推送到 apigee-emulator 时,我们会收到此错误

在此处输入图像描述

If we search for the callout we can see it's the one that try to access to salesforce如果我们搜索标注,我们可以看到它是尝试访问 salesforce 的标注

在此处输入图像描述

How can we add this extension to be used inside the apigee-emulator?我们如何添加此扩展以在 apigee-emulator 中使用?

From the error it looks like you are using Apigee Edge ExtensionCallout policy.从错误看来,您正在使用 Apigee Edge ExtensionCallout 政策。

The vscode extension and the emulator cater towards the features available in the X and hybrid versions of Apigee. vscode 扩展和模拟器迎合了 Apigee X 和混合版本中可用的功能。 More information here更多信息在这里

The extensions feature you are using has been replaced by the Integration callout policy.您正在使用的扩展功能已被集成标注政策所取代。

Hope that helps希望有帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 APIGEE 中为 HTTPTargetConnection 设置动态 LoadBalancer? - How to set dynamic LoadBalancer for HTTPTargetConnection in APIGEE? 如何将数据从 Cloud Firestore 导入到本地模拟器? - How to import data from cloud firestore to the local emulator? 如何将区域端点添加到 pub sub 模拟器 - How can I add region endpoints to pub sub emulator 如何为 Firebase 添加通知服务扩展? - How to add Notification Service Extension for Firebase? 在空手道框架中,如何检索由 SHA256 加密库生成的 APIGEE 令牌? - In Karate framework, How to retrieve APIGEE token generated out of SHA256 encrypted libraries? 本地 Pubsub 模拟器不适用于 Dataflow - Local Pubsub Emulator won't work with Dataflow 如何在 AWS 中创建沙盒环境? - How to create a Sandbox Environment in AWS? 本地模拟器 Firebase 云 Function 无法获取和 404 - Local Emulator Firebase Cloud Function Cannot Get and 404 如何连接到 Firebase Auth 模拟器 - How to connect to Firebase Auth emulator 使用“firebase init”安装 Firebase 功能模拟器后如何卸载它 - How to uninstall Firebase functions emulator after installing it with "firebase init"
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM