Loading
ただいま大変多くのお問い合わせをいただいており、ご連絡までにお時間を頂戴しております続きを読む

Omni Gateway: Enable Last Mile Security for Managed Omni Gateway in RTF

公開日: Jul 3, 2026
前提条件
Ingress Configuration: Last Mile security encrypts HTTP traffic between your Ingress controller and the application pod. You must configure your Ingress controller to forward traffic via HTTPS to the upstream gateway pods. This requires modifying your RTF Ingress template according to your specific Ingress controller configuration.
タスク

Once the Ingress configuration is complete, apply the following PolicyBinding configuration to your Kubernetes cluster to enable the inbound TLS policy.

 

apiVersion: gateway.mulesoft.com/v1alpha1
kind: PolicyBinding
metadata:
  name: "omnigateway-lms-tls-inbound"                  // You can name this as per your setup
  labels:
    rtf.mulesoft.com/target-id: <Enter Your Omnigateway Target id>     //You can get this by describing your Omnigateway deployment manifest
  namespace: <RTF APP Namespace>               // Make sure you are adding the RTF app namesapce here
spec:
  targetRef:
    kind: Selector
    selector:
      kind: ApiInstance
      labels:
        flex.mulesoft.com/organization-id: "<Replace With Your OrgID>"
        flex.mulesoft.com/environment-id: "<Replace With Your Env Id>"
  policyRef:
    name: tls-inbound
  config:
    certificate:
      crt: |
        -----BEGIN CERTIFICATE-----
        
        -----END CERTIFICATE-----
      key: |
        -----BEGIN PRIVATE KEY-----
        
        -----END PRIVATE KEY-----

 

ステップ

After applying the configuration, restart the gateway:

  • Navigate to Runtime Manager > Omnigateway Gateway.

  • Select your gateway.

  • Click Stop gateway, then click Start gateway.

If you are facing any issues, Please open the Mulesoft Support Case.

ナレッジ記事番号

005388366

 
読み込み中
Salesforce Help | Article