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 basic authentication support #50

Closed
reubano opened this issue Jun 6, 2015 · 1 comment
Closed

No basic authentication support #50

reubano opened this issue Jun 6, 2015 · 1 comment

Comments

@reubano
Copy link
Contributor

reubano commented Jun 6, 2015

Our staging server requires basic authentication. Is this possible with ckanapi?

@wardi
Copy link
Contributor

wardi commented Jun 6, 2015

You can pass extra kwargs to requests in RemoteCKAN.call_action, which might let you use basic auth.

IIRC I didn't include basic auth because ckan will treat a matching-named ckan user as logged in if apache says they HTTP-authenticated under that name, which can be very surprising!

@wardi wardi closed this as completed Jun 6, 2015
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