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
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
also when testing using curl on the server where saltpad is installed, i cannot use the dns name to check, it has to be 127.0.0.1 (curl -i -H accept=application/json -d username=username -d password=password -d eauth=pam http://127.0.0.1:8000/login)
this is even when I change below to be the same as the dns name
The text was updated successfully, but these errors were encountered:
when configuring your salt-api to listen on 127.0.0.1, it will effectively only listen on local connection only (same host, your laptop, desktop or server). You may want to put a nginx or apache in front of salt-api, then you will be able to use the configured dns to speak with the salt-api. Don't forget to change the API_URL value too.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when using saltpad from a browser i get network error.
in salt master:
in settings.json:
also when testing using curl on the server where saltpad is installed, i cannot use the dns name to check, it has to be 127.0.0.1 (curl -i -H accept=application/json -d username=username -d password=password -d eauth=pam http://127.0.0.1:8000/login)
this is even when I change below to be the same as the dns name
The text was updated successfully, but these errors were encountered: