pfirmstone / JGDMS

Infrastructure for providing secured micro services, that are dynamically discoverable and searchable over ipv6 networks
https://pfirmstone.github.io/JGDMS/
Apache License 2.0
14 stars 4 forks source link

httpmd codebases need to have a wild card character in policy files #136

Closed pfirmstone closed 3 years ago

pfirmstone commented 3 years ago

Is your feature request related to a problem? Please describe. httpmd codebases, eg:

httpmd://${HOST}:9082/qa1-lookup-simulator-dl.jar;sha-256=a27fc06ae3cf4adb26f7c029df5886ca53b033c82c5c19a40409bc1295492ca7

has an SHA signature appended to ensure file integrity, Integrity is also a constraint that can be applied to a service proxy. It's possible to include the signature in policy files ahead of time, however it may be inconvenient for testing, or if the signature used changes due to re-compilation, or a different digest algorithm used, then the policy file needs to be updated.

Describe the solution you'd like Allow a wild card for message digests in policy files for httpmd code source URL's.