App Connect

App Connect

Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Applicationintegration
#App Connect
#AppConnect
 View Only
  • 1.  IntegrationRuntime and barAuth config - any experiences

    Posted Wed October 11, 2023 01:03 AM

    Hi all

    I'm trying to setup a cicd pipeline to build and deploy on openshift.

    Currently I'm storing my bar files in AWS codeArtifact but I am not having any luck setting up the barauth config object to download them.

    Any one got any experiences with this or another artifact repo? Since the documenation only mentions JFrog Artifactory, I am wondering if other repo's are being used (and more specifically AWS codeArtifact)



    ------------------------------
    Regards
    Matthias Blomme
    ------------------------------


  • 2.  RE: IntegrationRuntime and barAuth config - any experiences

    Posted Mon October 16, 2023 03:33 AM

    Hi @Matthias Blomme

    I am using the following yaml files in order to access bar files from Azure DevOps Artifacts where the personal access token of a technical user is stored.

    Kind regards
    Jan

    ----

    apiVersion: external-secrets.io/v1beta1
    kind: ExternalSecret
    metadata:
      name: bar-auth-secret
      namespace: cp4i
    spec:
      data:
        - remoteRef:
            conversionStrategy: Default
            decodingStrategy: None
            key: azure-devops-service-account-pat
          secretKey: azuredevopsserviceaccountpat
      refreshInterval: 1h
      secretStoreRef:
        kind: ClusterSecretStore
        name: platform
      target:
        creationPolicy: Owner
        deletionPolicy: Retain
        template:
          type: Opaque
          data:
            configuration: |
              {
                "authType": "BASIC_AUTH",
                "credentials": {
                  "username": "RPL_USERNAME",
                  "password": "{{ .azuredevopsserviceaccountpat }}"
                }
              }
    
    ----
    
    apiVersion: appconnect.ibm.com/v1beta1
    kind: Configuration
    metadata:
      name: bar-auth-config
    spec:
      description: Azure devops git repo secret
      secretName: bar-auth-secret
      type: barauth


    ------------------------------
    Jan Frederik Sorge
    ------------------------------



  • 3.  RE: IntegrationRuntime and barAuth config - any experiences

    Posted Wed October 18, 2023 05:34 AM

    I cannot comment on AWS.

    There is certainly variety around regarding repositories/artifactories.

    Do you obtain any error messages?

    The below referenced docu is based on Sonatype Nexus

    https://github.com/IBM/IBMDeveloper-recipes/blob/main/building-cicd-piepeline-for-ibm-app-connect-enterprise-on-cloud-pak-for-integration/index.md



    ------------------------------
    Matthias Jungbauer
    ------------------------------



  • 4.  RE: IntegrationRuntime and barAuth config - any experiences

    Posted Tue October 24, 2023 01:05 AM

    Hi Matthias

    There are issues with codeArtifact, I am not getting a proper endpoint and authentication for generic artifacts.

    We have contacted our AWS rep as well on this. 



    ------------------------------
    Regards
    Matthias Blomme
    ------------------------------