Skip to content
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

no-auth description error in readme #72

Closed
glebsts opened this issue Feb 26, 2019 · 1 comment
Closed

no-auth description error in readme #72

glebsts opened this issue Feb 26, 2019 · 1 comment

Comments

@glebsts
Copy link

glebsts commented Feb 26, 2019

Hello,
Thank you for your tool!
README contains following:

If your docker registry does not need credentials, you will need to send this HEADER:
Access-Control-Allow-Origin: '*'

But that leads to line 16: cannot unmarshal !!str * into []string, because this parameter is expected to be an array. Later you have valid example of Access-Control-Allow-Origin: ['http://127.0.0.1:8001']
So it must be
Access-Control-Allow-Origin: ['*']
At least that worked for me.

@Joxit
Copy link
Owner

Joxit commented Feb 26, 2019

Hello,
Thank you for your issue, I will fix this 😄

@Joxit Joxit closed this as completed in eadaaad Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants