[FIS] How to use property placeholder for SSL configuration in Camel on SringBoot ?

Solution Verified - Updated -

Issue

  • The attributes of element can't be replaced by property placeholder in spring boot:
    e.g:
    <camel:sslContextParameters id="MySslContextParameter" camelContextId="exampleSsl">
        <camel:keyManagers keyPassword="password">
            <camel:keyStore password="password" resource="src/main/deployments/keys/keystore.jks"/>
        </camel:keyManagers>
        <camel:trustManagers>
            <camel:keyStore password="password" resource="src/main/deployments/keys/truststore.ts"/>
        </camel:trustManagers>
        <camel:serverParameters clientAuthentication="REQUIRE"/>
    </camel:sslContextParameters>

Environment

  • Fuse Integration Service (Spring Boot only)
    • 2.0

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content