Pavel Jelinek
Results
2
issues of
Pavel Jelinek
When using the following command to run your official docker image everything works fine: ```docker run --rm -p 8080:8080 -e "SCHEMAREGISTRY_URL=https://user:xxx@url:port" -e "ALLOW_GLOBAL=1" -e "ALLOW_TRANSITIVE=1" -e "ALLOW_DELETION=0" -e "PROXY=1" -e...
I've successfully deployed this solution to an AWS account. Tests with provided python script or simple curl work fine, dashboard shows data coming in. However, if you add the below...