You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm able to install a "Helm" chart and all the necessary pods launch successfully. I then execute the following command to be able to access the webpage on the local host:
And that is when the problems start to appear. When I try to access the "DefectDojo" webpage (on http://127.0.0.1:8080/), I can see this:
The command executed above does not display any errors:
The only places where I can see errors are:
"defectdojo-django" pod:
"defectdojo-postgresql" pod:
Therefore, my questions would be:
Am I missing something in the configuration or can the "400 Bad Request" error be caused by "Django" or "PostgreSQL" errors, pictured above?
Where in the "DefectDojo" configuration can I find the "ALLOWED_HOSTS" setting? I can only find "${DD_ALLOWED_HOSTS:-}" in "docker-compose.yml", which is already set to " (asterisk)".
Please let me know if I should provide more information.
Thank you!
Expected behavior
Upon accessing the "DefectDojo" webpage, I expect to see the login form, where I could login and begin the interaction with the tool.
Hello Everyone,
I'm currently trying to launch a local "DefectDojo" instance by using Kubernetes ("minikube" on my computer, running Windows 10). I'm following these instructions: https://github.com/DefectDojo/django-DefectDojo/blob/dev/readme-docs/KUBERNETES.md
I'm able to install a "Helm" chart and all the necessary pods launch successfully. I then execute the following command to be able to access the webpage on the local host:
kubectl port-forward --namespace=default service/defectdojo-django 8080:80
And that is when the problems start to appear. When I try to access the "DefectDojo" webpage (on http://127.0.0.1:8080/), I can see this:
The command executed above does not display any errors:
The only places where I can see errors are:
Therefore, my questions would be:
Please let me know if I should provide more information.
Thank you!
Expected behavior
Upon accessing the "DefectDojo" webpage, I expect to see the login form, where I could login and begin the interaction with the tool.
Deployment method (select with an
X
)Environment information
The text was updated successfully, but these errors were encountered: