#04: Ingress Controller with Last mile Security | Port Forwarding Explain | HTTPS | 1-way SSL

Поділитися
Вставка
  • Опубліковано 27 жов 2022
  • #04: CloudHub 2.0 | Ingress Controller with Last mile Security | Port Forwarding Explain | HTTPS | 1-way SSL | Port Forwardin
    In this video, we see how to deploy Mule Apps running on HTTPS and enable last mile security.
    Thanks for watching this video!!!
    References:
    To see Mule Apps uploaded to Exchange: anypoint.mulesoft.com/exchang...
    Publish an Asset to Exchange Using Maven:
    docs.mulesoft.com/exchange/to...
    Connected Application Authentication:
    docs.mulesoft.com/exchange/co...
    Configure the CloudHub 2.0 Deployment Strategy:
    docs.mulesoft.com/mule-runtim...
    Join this channel to get access to perks:
    / @muleaceacademy
    #cloudhub2 #https #lastmilesecurity #rollingupdate #anypointplatform #apimanagement #apisecurity #mulesoft #mule4 #automation #exchange #runtimefabric

КОМЕНТАРІ • 12

  • @priyankajoshi782
    @priyankajoshi782 Рік тому +1

    hi Mule Ace Acedemy Thanks for clarifying about 8081 and 8082 but in case of DLB used in CH 1.0 the port mapping is 8091 (http) and 8092 (https ). Does these ports work as it is in CH 2.0 or there are any changes required

    • @MuleAceAcademy
      @MuleAceAcademy  Рік тому

      CH2.0 only support 8081 only

    • @priyankajoshi782
      @priyankajoshi782 Рік тому +1

      @@MuleAceAcademy So all the requests coming to Ingress is forwarded to 8081 . In case we are migrating from CH 1.0 we need to change all the inbound ports to 8081

    • @priyankajoshi782
      @priyankajoshi782 Рік тому

      Thanks for the response much appreciated

    • @MuleAceAcademy
      @MuleAceAcademy  Рік тому

      @@priyankajoshi782 Yes u r right

  • @vivekravi5922
    @vivekravi5922 Рік тому +1

    Hi Sir, Last mile security and public url can we enable via Pipeline itself. added the pom.xml but not reflecting in anypoint platform. Please find below snippet added in pom.xml:
    ${publicURL}
    true
    true

    • @MuleAceAcademy
      @MuleAceAcademy  Рік тому

      Yes we can enable. Please use maven version 3.8.1 and above. I am using below snippet and it works for me. Hope you are passing value for ${publicURL} via pipeline.
      true


      ${publicURL}
      true
      true

  • @sivachandramandalapu9892
    @sivachandramandalapu9892 Рік тому +1

    It's completely confusing. I didn't understand why you have enabled lastmile security option in oneway-ssl app to access the flow running on HTTPS-8081?
    whereas you didn't enable this option in twoway-ssl app to access the flow running on same HTTPs-8081.
    Could you please clarify this?

    • @MuleAceAcademy
      @MuleAceAcademy  Рік тому

      1. Last Miles security option allows to reach server certificate to client
      2. In two ssl in above case my end point is enabled with https but internal communication is two way ssl..let me know if you still have any questions

    • @sivachandramandalapu9892
      @sivachandramandalapu9892 Рік тому

      In the twoway-ssl app, what is the protocol of the client flow which was running on 8081? Since you didn’t enable ‘last mile security’, I presume it’s HTTP not HTTPS. Is my understanding correct?

    • @HrithikNaha
      @HrithikNaha Рік тому

      ​​@@sivachandramandalapu9892 SSL must have been established in the second use case making last miles security redundant. All flows are in HTTPs I beleive but two way SSL was not established in the first use case hence last miles was used. Ashish can correct me if I'm wrong.

    • @sivachandramandalapu9892
      @sivachandramandalapu9892 Рік тому

      @@HrithikNaha Thank you.