Skip to content

Runtime Fabric inbound publicURL doe not support <publicUrl></publicUrl> to avoid Ingress mapping for private API #558

@fabriziousai

Description

@fabriziousai

In Runtime Fabric BYOK the behaviour expected in order not to have a Ingress mapping at the deploy /redeploy time is that if the configuration is

<http>										
	<inbound>		
	     <publicUrl></publicUrl>									 												
	</inbound>
</http>

No ingress mapping will be created in the deployment and the application will not be exposed. In order to solve this we have to modify the class org.mule.tools.model.anypoint.Inbound.java by defaulting publicUrl to "" with

@Parameter(defaultValue = "")
  protected String publicUrl = "";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions