-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error retrieving DNS resources #123
Comments
Double check if your env variable contains a newline, maybe because you used echo to form it. The URL is likely just concatenated in the code.
|
Correct, I used echo for it, my bad.
|
@s0uky I guess it's issue with base64 encoding of your API key. Please check capmaas-manager-bootstrap-credentials |
Hello,
I'm forcing issue with retrieving DNS resources over API:
I have only this in endpoint var:
MAAS_ENDPOINT=http://maas-example.com:5240/MAAS
Rest of URL is added automatically:
\\n/api/2.0/dnsresources/\
and that newline sign could be the problem.I'm using v0.5.0.
The text was updated successfully, but these errors were encountered: