To fix this problem, execute the below REST API:
The expected output should be:
The above API will re-enable the fed members for all repo types.
The “*” in the array is a wildcard to re-enable all Federated repositories regardless of repository type (Docker, Helm, etc). It can be replaced with repository types, for example:
["Alpine", "generic", "conan", "docker", "maven", "npm", "yum"]
curl -u <ADMIN-USER> -X POST "https://<server-name>.jfrog.io/artifactory/api/federation/repos/enable" -H "Content-type: application/json" --data '["*"]'
The expected output should be:
Repos of type [*] enabled.
The above API will re-enable the fed members for all repo types.
The “*” in the array is a wildcard to re-enable all Federated repositories regardless of repository type (Docker, Helm, etc). It can be replaced with repository types, for example:
["Alpine", "generic", "conan", "docker", "maven", "npm", "yum"]