Dev portal and APIGEE Edge connection on Environment

Not applicable

@seshi@Anil SagarWe have a requirement where we need to connect to a specific environment within the org. Currently, dev portal connects to Edge at the org level which gives access to all the environments with the organization. Is there any way we can change the Management API URL in the configuration to point to the particular environment using the dev portal configuration?

Solved Solved
0 1 702
1 ACCEPTED SOLUTION

@Abhinav Kansal , Here is how it works,

Apigee Edge Developer Portal always connects to Apigee Edge Org. It doesn't make sense to connect to particular environment because of below reason. Also, See below how to solve your requirement.

  • App Developer is associated with an Org. There is no environment concept of App Developer. So, It doesn't make sense to connect portal to particular org. Org is high level entity in Apigee edge.

Ideally, You would like to publish API Products in a specific environment to Developer Portal & Documentation related to APIs in specific environment . You can do that easily.

  • Enable "DevConnect Limit API Product by Role" module in "admin/modules" , Navigate to configuration page "admin/config/devconnect/apiproduct-access" to restrict access to products by role
  • Control API Smartdocs Models by documenting based on APIs that you would like to show.

Hope it helps. Keep us posted if any.

View solution in original post

1 REPLY 1

@Abhinav Kansal , Here is how it works,

Apigee Edge Developer Portal always connects to Apigee Edge Org. It doesn't make sense to connect to particular environment because of below reason. Also, See below how to solve your requirement.

  • App Developer is associated with an Org. There is no environment concept of App Developer. So, It doesn't make sense to connect portal to particular org. Org is high level entity in Apigee edge.

Ideally, You would like to publish API Products in a specific environment to Developer Portal & Documentation related to APIs in specific environment . You can do that easily.

  • Enable "DevConnect Limit API Product by Role" module in "admin/modules" , Navigate to configuration page "admin/config/devconnect/apiproduct-access" to restrict access to products by role
  • Control API Smartdocs Models by documenting based on APIs that you would like to show.

Hope it helps. Keep us posted if any.