Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-3039 Agnostic infrastructure layer configuration on Operator
  3. KOGITO-3289

Create POC to test kogitoRuntime service works with secret provides through env

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • None
    • 2020 Week 34-36 (from Aug 17), 2020 Week 37-39 (from Sep 7), 2020 Week 40-42 (from Sep 28)

      Now we need to figure if removing config info from Infinispan, Kafka, more specifically the KafkaMeta and InfinispanMeta interfaces from our code base will work using the envs attribute:

      apiVersion: app.kiegroup.org/v1alpha1
      kind: KogitoRuntime
      metadata:
        name: process-quarkus-example
      spec:
        replicas: 1
        envs:
          - name: QUARKUS_INFINISPAN_CLIENT_AUTH_USERNAME
            value: developer
          - name: QUARKUS_INFINISPAN_CLIENT_AUTH_PASSWORD
            valueFrom:
               secretKeyRef: 
                  name: my-secret
                  key: password
        image:
          domain: quay.io
          namespace: kiegroup
          name: process-quarkus-example
      

            vajain Vaibhav Jain
            vajain Vaibhav Jain
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: