| Summary: | support for certPath/keyPath config params | ||
|---|---|---|---|
| Product: | GridShib | Reporter: | Tom Scavo <trscavo@gmail.com> |
| Component: | SAML/Binding Tools | Assignee: | Tom Scavo <trscavo@gmail.com> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | gridshib-dev@globus.org |
| Priority: | P3 | ||
| Version: | 0.4.2 | ||
| Target Milestone: | beta | ||
| Hardware: | All | ||
| OS: | All | ||
Added config parameters certPath and keyPath. Patched SAMLToolsConfigLoader so that it attempts to load certLocation and keyLocation first, and if that fails, it then attempts to load certPath and keyPath. Hardened the code so that: 1. Either both or neither locations is accepted 2. Either both or neither paths is accepted 3. Both locations and paths are not allowed Anything else throws an exception.