Replies: 2 comments 1 reply
-
Thanks for your contribution 🔥 We will take a look asap 🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello However there is currently no API exposed by the Federated Catalog that enable to call this method. I will create an issue for the creation of an API tough. Hope this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Hey everyone,
this is my first time running the Eclipse Federated Catalog, so please bear with me ;)
After setting up a new instance of the Federated Catalog using a mocked identity service I am able to obtain all stored catalogs by sending a Post request to this address
http://localhost:8181/api/catalog/v1alpha/catalog/query
. As expected, the response was an empty array[]
because there are currently no Target Catalog Nodes configured.My question is: How can I add an existing catalog (Target Catalog Node) for example, one available at federated-catalog.my-org.org to the Target Node Directory?
I would greatly appreciate any guidance or relevant documentation that could help me resolve this issue.
Steps to Reproduce
Steps to reproduce the behavior:
./gradlew shadowJar
java -Dweb.http.catalog.path="/api/catalog" -Dweb.http.catalog.port=8181 -Dweb.http.path="/api" -Dweb.http.port=8080 -jar launchers/catalog-mocked/build/libs/fc-mocked.jar
Context Information
Using latest version of the FC (6a8fda7)
Beta Was this translation helpful? Give feedback.
All reactions