IBMStockTrader / trade-history

Microservice that keeps a detailed history of all stock trades
Apache License 2.0
1 stars 19 forks source link

Require JWT in the JAX-RS calls to Trade History #38

Closed jwalcorn closed 5 years ago

jwalcorn commented 5 years ago

As we discussed in the multi-person chat on Slack today, you guys need to get the mpJwt stuff into your server.xml, so that Liberty will reject any calls that don't have the appropriate JWT header. and when you do that, you'll need to update your tradeHistoryClient (used by Portfolio) to pass that JWT.