0

I am trying to install Instana on docker, but when configuring the repository for RHEL there is a variable called DOWNLOAD_KEY=<download_key>

how can I get that variable "DOWNLOAD_KEY"?

enter image description here

export DOWNLOAD_KEY=<download_key>

cat << EOF > /etc/yum.repos.d/Instana-Product.repo
[instana-product]
name=Instana-Product
baseurl=https://_:$DOWNLOAD_KEY@artifact-public.instana.io/artifactory/rel-rpm-public-virtual/
enabled=1
gpgcheck=0
gpgkey=https://_:$DOWNLOAD_KEY@artifact-public.instana.io/artifactory/api/security/keypair/public/repositories/rel-rpm-public-virtual
repo_gpgcheck=1
EOF
amaes
  • 1
  • 3

1 Answers1

0

Your agent key (available from the Instana UI) can be used as a download key.

  • 1
    I found the download_key after downloading the package from the access catalog of IBM. it is the settings.hcl file. – amaes Aug 12 '23 at 09:27