ThrawnCA

Results 348 comments of ThrawnCA

That results in InvalidCredsError. ckanext.cloudstorage.driver_options = {"key":None, "secret":None} [Wed Nov 06 11:01:45.771109 2019] [:error] File '/usr/lib/ckan/default/lib/python2.7/site-packages/pylons/controllers/core.py', line 221 in __call__ [Wed Nov 06 11:01:45.771111 2019] [:error] response = self._dispatch_call() [Wed...

Ok, so...that sounds like an avenue for future development? Is there a workaround currently, or will we need to look at something like https://github/bstutsky/ckanext-s3filestore instead? I like the look of...

Looking at it further, regardless of which extension we go with, we'll probably end up doing some extra development on it. If you're interested, I'd be happy to assemble some...

So, looking through the forks of this repository, I notice that https://github.com/TkTech/ckanext-cloudstorage/compare/master...fjelltopp:master and https://github.com/TkTech/ckanext-cloudstorage/compare/master...6aika:master both add the ability to retrieve AWS keys dynamically when running on EC2. Anything you think...

It's normal, yes, but it's actually a really bad idea. Unlike a regular HTTP form, it's quite difficult for an API endpoint to detect and block cross-site request forgery. Which...

There is more information at https://lists-archive.okfn.org/pipermail/security/2014-November/000281.html about the problems with allowing cookie based authentication to APIs.

We use Guice-Servlet, Guice-Persist, and Guice-Struts. So, we extend ServletModule and set up a PersistFilter, which will manage transactions on each request, then StrutsPrepareFilter and StrutsExecuteFilter. What we would actually...

@Zharktas What was wrong with the Github Workflow in this pull request?

Well, this is just a merge of all changes in our fork except build config specific to our repos. If you want to split it, feel free. I've merged master...

For some reason the CKAN versions aren't being respected and it's always running against master. Will look into what's needed to make it compatible with CKAN 2.9.x.