This all is 100% open source, so if you would like to contribute, feel free to edit this page.



ArgoCD integration

If you now go to the CD tab on the component detail, you’ll be able to see ArgoCD details:. ArgoCD Details

!!! Important: If you get an TLS error, check if your ArgoCD instance if using selfsigned certificates. If it does, make sure you disable certificate checkin in the backstage instance definition (i.e., avoid this in production!).

    extraEnvs:
      envs:
        # Disabling TLS verification
        - name: NODE_TLS_REJECT_UNAUTHORIZED
          value: '0'

ArgoCD Internal Server Error