Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-8826

Add support for kubernetes secrets to fabric8-karaf PropertyEvaluator

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • FIS 2.0
    • None
    • FIS-Karaf
    • None
    • % %
    • FIS 2.0 Sprint 3

    Description

      As today fabric8-karaf provides a way to resolve property placeholders in blueprint from environment, properties but it would be nice to have a way to access K8s secrets like k8secret:secretName/secretKey

      i.e. :

        <bean id="activemq" class="org.apache.activemq.camel.component.ActiveMQComponent">
          <property name="brokerURL" value="tcp://${env+service:ACTIVEMQ_SERVICE_NAME}"/>
          <property name="userName"  value="${k8s:secret:activemq/username}"/>
          <property name="password"  value="${k8s:secret:activemq/password}"/>
        </bean>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            lburgazz@redhat.com Luca Burgazzoli
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: