Create a KeyProvider to provide an encryption key to the SecurityToken workflow
-------------------------------------------------------------------------------
Key: SHINDIG-1636
URL: https://issues.apache.org/jira/browse/SHINDIG-1636
Project: Shindig
Issue Type: Improvement
Components: Java
Reporter: Stanton Sievers
Currently,
org.apache.shindig.auth.BlobCrypterSecurityTokenCodec.loadContainers(ContainerConfig,
Collection<String>, Map<String, BlobCrypter>, Map<String, String>) reads an
encryption key from a keyfile to instantiate the BlobCrypter. The keyfile is
defined in the container.js. An improvement to this behavior would be to
provide an injectable KeyProvider class that can return the key. This would
allow the key to reside anywhere instead of in a static keyfile.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira