Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Need to find a couple of compelling extractors. I'm assuming open-cv since I'm working on them right now


Enable PKCS Encryption in your Java:

For Mac OS this is easy. https://stackoverflow.com/questions/37741142/how-to-install-unlimited-strength-jce-for-java-8-in-os-x

cd $JAVA_HOME/jre/lib/security/
sudo vi java.security

insert

crypto.policy=unlimited


Tasks

  •  Figure out how to use the JWT auth to impersonate a user in the extractor using the as-user header
  •  Add RabbitMQ integration to ClusterMan for posting messages to an extractor's queue. (We currently have a management API Client, but I don't think we can use that to submit messages to a queue)
  •  Add a box connector to pyclowder2 and build some extractor containers. Figure out a new rabbitMQ message that will provide all of the info for the BoxConnector

...