Joey Dreijer
Joey Dreijer
@MKletz FYI the SPLUNK_APPS_URL accepts any URL to download/install any app when starting the container and not only limited to Splunkbase. As example, you can host the add-on builder on...
Facing the same issue atm with 5 nodes on a vanilla (ie. non-k8s) deployment. Sometimes the issue just disappears by itself 🤔
It seems that [this](https://github.com/mitre/caldera/issues/2889) issue is related but the changes are not represented in the hosted Docker image itself (yet)
@digoblin Correct, the latest build solves the issue but the image hosted on the repository doesn't work. I guess the only thing required is running the pipeline again to build...
Could be an issue with the CORS environment setting in the docker-compose file. Can you check if the **CORS_DOMAIN** key is set to the correct domain/host that you're visiting? :)...
The CORS_DOMAIN key should only be needed for the API service :) However, it could be that your host is starting the old/previously built container. Try running the below commands...
Ps. I updated the install guide with some extra details: https://github.com/d3vzer0/reternal-quickstart/wiki/Install--Guide
Strange. Can you share your current compose config (without the secret keys) and the URL you're trying to visit?
Ah I totally missed it, my bad :) This may sounds strange, but I think the issue is that CORS_DOMAIN is set to 'http://localhost' while you're visiting 'http://127.0.0.1'. According to...
> Thanks all! Problem solved! Good to hear :) I'll clarify some of the CORS options on the Wiki ^^