You need to configure a proxy for the JFConnect service if your environment requires a proxy to communicate with external services. In such environments, the following error occurs during JFConnect API calls.
"could notretrieve config for key jfconnect.entitlements.config"
You must configure the following values in the Artifactory System YAML file to set up the proxy for the JFConnect service.
jfconnect: enabled: true usage: enabled: true env: http_proxy: "http://<proxy URL>" https_proxy: "http://<proxy URL>" no_proxy: “localhost, 127.0.0.1”
Restart the services for the changes to take effect.