I am using an app that pulls data from a provider (aws). Our current setup is as follows:
Most of the app works fine, but 1 thing that isn't working is lookups. There is a search that populates the lookup that gets scheduled. Running the search on HF doesn't work, it throws an error (but i dont think that trying to populate the lookup on the HF is right). I can run the command that populates the lookup on the SHC, but it doesn't return any results: the custom command executes AWS API calls, but the SHCs are authorized to make API calls. Is there a way to retrieve the data via the HF and then populate it into the lookup in the SHC some how? Or would I need to authorize the SHC to AWS?
If you're using a modular input, the HF can do that just fine. Do the API call, index the output, write a search (report) on your SHC to populate the lookup based on the indexed data, make sure to define a lookup definition as well. Share that definition (app/global). Should be working.